#dc365d

Color #DC365D Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #DC365D

Tints of Cerise #DC365D

Color information

#DC365D (or 0xDC365D) is unknown color: approx Cerise. HEX triplet: DC, 36 and 5D. RGB value is (220,54,93). Sum of RGB (Red+Green+Blue) = 220+54+93=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC365D is #23C9A2. Grayscale: #6C6C6C. Windows color (decimal): -2345379 or 6108892. OLE color: 6108892.

HSL color Cylindrical-coordinate representation of color #DC365D: hue angle of 345.9º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC365D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB2205493-
CMYK00.750.580.14
HSL345.9º70.34%53.73%-
HSV(B)345.9º75.45%86.27%-
XYZ32.8118.6412.23-
YUV108.08119.5207.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 59.95%
GREEN value IS 54 (21.48% from 255) = 14.71%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=59.95%
G=14.71%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220549300.750.580.14345.970.3453.73
HexDC365D04B3AE15a4636
Octal334661350113721653210666
Binary1101110011011010111010100101111101011101010110101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc365d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc365d; }

 p { color: rgb(220,54,93); }

 H1.HeaderClassName
 {
   color: #dc365d;
 }
 .AnyTagClassName
 {
   color: #dc365d;
 }
</style>
background-color css

<style>
 a { background-color: #dc365d; }

 a { background-color: rgb(220,54,93); }

 div.DivClassName
 {
   background-color: #dc365d;
 }
 .BgClassName
 {
   background-color: #dc365d;
 }
</style>
border-color css

<style>
 span { border-color: #dc365d; }

 span { border-color: rgb(220,54,93); }

 td.TdClassName
 {
   border-color: #dc365d;
 }
 .TagClassName
 {
   border-color: #dc365d;
 }
</style>