Html Css Color HEX #DC406E Cerise

📋 copy color: '#DC406E'

red 220 ◦ green 64 ◦ blue 110

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

Shades of Cerise #DC406E

Tints of Cerise #DC406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.24%

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 55.84%
G = 16.24%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC406E (or 0xDC406E) is known color: Cerise. HEX triplet: DC, 40 and 6E. RGB value is (220,64,110). Sum of RGB (Red+Green+Blue) = 220+64+110=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC406E is #23BF91. Grayscale: #737373. Windows color (decimal): -2342802 or 7225564. OLE color: 7225564.

HSL color Cylindrical-coordinate representation of color #DC406E: hue angle of 342.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC406E is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 110 -
CMYK 0 0.71 0.50 0.14
HSL 342.31º 0.69% 0.56% -
HSV(B) 342.31º 0.71% 0.86% -
XYZ 34.16 20.01 16.81 -
YUV 115.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 220 64 110 0 0.71 0.50 0.14 342.31 0.69 0.56
Hex DC 40 6E 0 47 32 E 156 45 38
Octal 334 100 156 0 107 62 16 526 105 70
Binary 11011100 1000000 1101110 0 1000111 110010 1110 101010110 1000101 111000

Color Harmonies of #DC406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC406E

Black with #DC406E

Text Example


Text Example

White with #DC406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC406E; }

 p { color: rgb(220,64,110); }

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

background-color css

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

 a { background-color: rgb(220,64,110); }

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

border-color css

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

 span { border-color: rgb(220,64,110); }

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