Html Css Color HEX #D02C86 Deep Cerise

📋 copy color: '#D02C86'

red 208 ◦ green 44 ◦ blue 134

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

Shades of Deep Cerise #D02C86

Tints of Deep Cerise #D02C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.72%

R = 53.89%
G = 11.4%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D02C86 (or 0xD02C86) is known color: Deep Cerise. HEX triplet: D0, 2C and 86. RGB value is (208,44,134). Sum of RGB (Red+Green+Blue) = 208+44+134=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C86 is #2FD379. Grayscale: #676767. Windows color (decimal): -3134330 or 8793296. OLE color: 8793296.

HSL color Cylindrical-coordinate representation of color #D02C86: hue angle of 327.07º 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 #D02C86 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 134 -
CMYK 0 0.79 0.36 0.18
HSL 327.07º 0.65% 0.49% -
HSV(B) 327.07º 0.79% 0.82% -
XYZ 31.22 16.93 24.18 -
YUV 103.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 208 44 134 0 0.79 0.36 0.18 327.07 0.65 0.49
Hex D0 2C 86 0 4F 24 12 147 41 31
Octal 320 54 206 0 117 44 22 507 101 61
Binary 11010000 101100 10000110 0 1001111 100100 10010 101000111 1000001 110001

Color Harmonies of #D02C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C86

Black with #D02C86

Text Example


Text Example

White with #D02C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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