Html Css Color HEX #D02F86 Deep Cerise

📋 copy color: '#D02F86'

red 208 ◦ green 47 ◦ blue 134

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

Shades of Deep Cerise #D02F86

Tints of Deep Cerise #D02F86

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.08%

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

R = 53.47%
G = 12.08%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D02F86 (or 0xD02F86) is known color: Deep Cerise. HEX triplet: D0, 2F and 86. RGB value is (208,47,134). Sum of RGB (Red+Green+Blue) = 208+47+134=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02F86 is #2FD079. Grayscale: #686868. Windows color (decimal): -3133562 or 8794064. OLE color: 8794064.

HSL color Cylindrical-coordinate representation of color #D02F86: hue angle of 327.58º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02F86 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 47 134 -
CMYK 0 0.77 0.36 0.18
HSL 327.58º 0.63% 0.5% -
HSV(B) 327.58º 0.77% 0.82% -
XYZ 31.33 17.16 24.22 -
YUV 105.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 208 47 134 0 0.77 0.36 0.18 327.58 0.63 0.5
Hex D0 2F 86 0 4D 24 12 148 3F 32
Octal 320 57 206 0 115 44 22 510 77 62
Binary 11010000 101111 10000110 0 1001101 100100 10010 101001000 111111 110010

Color Harmonies of #D02F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F86

Black with #D02F86

Text Example


Text Example

White with #D02F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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