Html Css Color HEX #DC2859 Cerise

📋 copy color: '#DC2859'

red 220 ◦ green 40 ◦ blue 89

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

Shades of Cerise #DC2859

Tints of Cerise #DC2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

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

R = 63.04%
G = 11.46%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC2859 (or 0xDC2859) is known color: Cerise. HEX triplet: DC, 28 and 59. RGB value is (220,40,89). Sum of RGB (Red+Green+Blue) = 220+40+89=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2859 is #23D7A6. Grayscale: #636363. Windows color (decimal): -2348967 or 5843164. OLE color: 5843164.

HSL color Cylindrical-coordinate representation of color #DC2859: hue angle of 343.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2859 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 89 -
CMYK 0 0.82 0.60 0.14
HSL 343.67º 0.72% 0.51% -
HSV(B) 343.67º 0.82% 0.86% -
XYZ 32.08 17.45 11.13 -
YUV 99.41 122.13 214.02 -
System Red Green Blue C M Y K H S L
Decimal 220 40 89 0 0.82 0.60 0.14 343.67 0.72 0.51
Hex DC 28 59 0 52 3C E 158 48 33
Octal 334 50 131 0 122 74 16 530 110 63
Binary 11011100 101000 1011001 0 1010010 111100 1110 101011000 1001000 110011

Color Harmonies of #DC2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2859

Black with #DC2859

Text Example


Text Example

White with #DC2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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