Html Css Color HEX #D02C87 Deep Cerise

📋 copy color: '#D02C87'

red 208 ◦ green 44 ◦ blue 135

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

Shades of Deep Cerise #D02C87

Tints of Deep Cerise #D02C87

RGB

 RED value IS 208 (81.64% from 255) = 53.75%

 GREEN value IS 44 (17.58% from 255) = 11.37%

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

R = 53.75%
G = 11.37%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D02C87 (or 0xD02C87) is known color: Deep Cerise. HEX triplet: D0, 2C and 87. RGB value is (208,44,135). Sum of RGB (Red+Green+Blue) = 208+44+135=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C87 is #2FD378. Grayscale: #676767. Windows color (decimal): -3134329 or 8858832. OLE color: 8858832.

HSL color Cylindrical-coordinate representation of color #D02C87: hue angle of 326.71º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C87 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 135 -
CMYK 0 0.79 0.35 0.18
HSL 326.71º 0.65% 0.49% -
HSV(B) 326.71º 0.79% 0.82% -
XYZ 31.29 16.96 24.55 -
YUV 103.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 208 44 135 0 0.79 0.35 0.18 326.71 0.65 0.49
Hex D0 2C 87 0 4F 23 12 147 41 31
Octal 320 54 207 0 117 43 22 507 101 61
Binary 11010000 101100 10000111 0 1001111 100011 10010 101000111 1000001 110001

Color Harmonies of #D02C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C87

Black with #D02C87

Text Example


Text Example

White with #D02C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C87; }

 p { color: rgb(208,44,135); }

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

background-color css

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

 a { background-color: rgb(208,44,135); }

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

border-color css

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

 span { border-color: rgb(208,44,135); }

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