Html Css Color HEX #DC3566 Cerise

📋 copy color: '#DC3566'

red 220 ◦ green 53 ◦ blue 102

#DC3566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #DC3566

Tints of Cerise #DC3566

RGB

 RED value IS 220 (86.33% from 255) = 58.67%

 GREEN value IS 53 (21.09% from 255) = 14.13%

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 58.67%
G = 14.13%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC3566 (or 0xDC3566) is known color: Cerise. HEX triplet: DC, 35 and 66. RGB value is (220,53,102). Sum of RGB (Red+Green+Blue) = 220+53+102=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3566 is #23CA99. Grayscale: #6C6C6C. Windows color (decimal): -2345626 or 6698460. OLE color: 6698460.

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

Color convert

RGB 220 53 102 -
CMYK 0 0.76 0.54 0.14
HSL 342.4º 0.7% 0.54% -
HSV(B) 342.4º 0.76% 0.86% -
XYZ 33.19 18.72 14.43 -
YUV 108.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 220 53 102 0 0.76 0.54 0.14 342.4 0.7 0.54
Hex DC 35 66 0 4C 36 E 156 46 36
Octal 334 65 146 0 114 66 16 526 106 66
Binary 11011100 110101 1100110 0 1001100 110110 1110 101010110 1000110 110110

Color Harmonies of #DC3566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3566

Black with #DC3566

Text Example


Text Example

White with #DC3566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3566; }

 p { color: rgb(220,53,102); }

 H1.HeaderClassName
 {
   color: #DC3566;
 }
 .AnyTagClassName
 {
   color: #DC3566;
 }
</style>

background-color css

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

 a { background-color: rgb(220,53,102); }

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

border-color css

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

 span { border-color: rgb(220,53,102); }

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