Html Css Color HEX #DC2487 Deep Cerise

📋 copy color: '#DC2487'

red 220 ◦ green 36 ◦ blue 135

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

Shades of Deep Cerise #DC2487

Tints of Deep Cerise #DC2487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.21%

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

R = 56.27%
G = 9.21%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC2487 (or 0xDC2487) is known color: Deep Cerise. HEX triplet: DC, 24 and 87. RGB value is (220,36,135). Sum of RGB (Red+Green+Blue) = 220+36+135=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2487 is #23DB78. Grayscale: #666666. Windows color (decimal): -2349945 or 8856796. OLE color: 8856796.

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

Color convert

RGB 220 36 135 -
CMYK 0 0.84 0.39 0.14
HSL 327.72º 0.72% 0.5% -
HSV(B) 327.72º 0.84% 0.86% -
XYZ 34.52 18.23 24.62 -
YUV 102.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 220 36 135 0 0.84 0.39 0.14 327.72 0.72 0.5
Hex DC 24 87 0 54 27 E 148 48 32
Octal 334 44 207 0 124 47 16 510 110 62
Binary 11011100 100100 10000111 0 1010100 100111 1110 101001000 1001000 110010

Color Harmonies of #DC2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2487

Black with #DC2487

Text Example


Text Example

White with #DC2487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2487; }

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

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

background-color css

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

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

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

border-color css

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

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

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