Html Css Color HEX #DC4059 Cerise

📋 copy color: '#DC4059'

red 220 ◦ green 64 ◦ blue 89

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

Shades of Cerise #DC4059

Tints of Cerise #DC4059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.86%

R = 58.98%
G = 17.16%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC4059 (or 0xDC4059) is known color: Cerise. HEX triplet: DC, 40 and 59. RGB value is (220,64,89). Sum of RGB (Red+Green+Blue) = 220+64+89=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4059 is #23BFA6. Grayscale: #717171. Windows color (decimal): -2342823 or 5849308. OLE color: 5849308.

HSL color Cylindrical-coordinate representation of color #DC4059: hue angle of 350.38º 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 #DC4059 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 89 -
CMYK 0 0.71 0.60 0.14
HSL 350.38º 0.69% 0.56% -
HSV(B) 350.38º 0.71% 0.86% -
XYZ 33.15 19.6 11.49 -
YUV 113.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 220 64 89 0 0.71 0.60 0.14 350.38 0.69 0.56
Hex DC 40 59 0 47 3C E 15E 45 38
Octal 334 100 131 0 107 74 16 536 105 70
Binary 11011100 1000000 1011001 0 1000111 111100 1110 101011110 1000101 111000

Color Harmonies of #DC4059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4059

Black with #DC4059

Text Example


Text Example

White with #DC4059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4059; }

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

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

background-color css

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

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

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

border-color css

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

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

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