Html Css Color HEX #DC2887 Deep Cerise

📋 copy color: '#DC2887'

red 220 ◦ green 40 ◦ blue 135

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

Shades of Deep Cerise #DC2887

Tints of Deep Cerise #DC2887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.18%

R = 55.7%
G = 10.13%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC2887 (or 0xDC2887) is known color: Deep Cerise. HEX triplet: DC, 28 and 87. RGB value is (220,40,135). Sum of RGB (Red+Green+Blue) = 220+40+135=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2887 is #23D778. Grayscale: #686868. Windows color (decimal): -2348921 or 8857820. OLE color: 8857820.

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

Color convert

RGB 220 40 135 -
CMYK 0 0.82 0.39 0.14
HSL 328.33º 0.72% 0.51% -
HSV(B) 328.33º 0.82% 0.86% -
XYZ 34.65 18.48 24.66 -
YUV 104.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 220 40 135 0 0.82 0.39 0.14 328.33 0.72 0.51
Hex DC 28 87 0 52 27 E 148 48 33
Octal 334 50 207 0 122 47 16 510 110 63
Binary 11011100 101000 10000111 0 1010010 100111 1110 101001000 1001000 110011

Color Harmonies of #DC2887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2887

Black with #DC2887

Text Example


Text Example

White with #DC2887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2887; }

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

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

background-color css

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

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

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

border-color css

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

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

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