Html Css Color HEX #D02F89 Deep Cerise

📋 copy color: '#D02F89'

red 208 ◦ green 47 ◦ blue 137

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

Shades of Deep Cerise #D02F89

Tints of Deep Cerise #D02F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 53.06%
G = 11.99%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D02F89 (or 0xD02F89) is known color: Deep Cerise. HEX triplet: D0, 2F and 89. RGB value is (208,47,137). Sum of RGB (Red+Green+Blue) = 208+47+137=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02F89 is #2FD076. Grayscale: #696969. Windows color (decimal): -3133559 or 8990672. OLE color: 8990672.

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

Color convert

RGB 208 47 137 -
CMYK 0 0.77 0.34 0.18
HSL 326.46º 0.63% 0.5% -
HSV(B) 326.46º 0.77% 0.82% -
XYZ 31.54 17.25 25.33 -
YUV 105.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 208 47 137 0 0.77 0.34 0.18 326.46 0.63 0.5
Hex D0 2F 89 0 4D 22 12 146 3F 32
Octal 320 57 211 0 115 42 22 506 77 62
Binary 11010000 101111 10001001 0 1001101 100010 10010 101000110 111111 110010

Color Harmonies of #D02F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F89

Black with #D02F89

Text Example


Text Example

White with #D02F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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