Html Css Color HEX #D02A98 Deep Cerise

📋 copy color: '#D02A98'

red 208 ◦ green 42 ◦ blue 152

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

Shades of Deep Cerise #D02A98

Tints of Deep Cerise #D02A98

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.45%

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 51.74%
G = 10.45%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D02A98 (or 0xD02A98) is known color: Deep Cerise. HEX triplet: D0, 2A and 98. RGB value is (208,42,152). Sum of RGB (Red+Green+Blue) = 208+42+152=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02A98 is #2FD567. Grayscale: #676767. Windows color (decimal): -3134824 or 9972432. OLE color: 9972432.

HSL color Cylindrical-coordinate representation of color #D02A98: hue angle of 320.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02A98 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 42 152 -
CMYK 0 0.80 0.27 0.18
HSL 320.24º 0.66% 0.49% -
HSV(B) 320.24º 0.8% 0.82% -
XYZ 32.51 17.33 31.34 -
YUV 104.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 208 42 152 0 0.80 0.27 0.18 320.24 0.66 0.49
Hex D0 2A 98 0 50 1B 12 140 42 31
Octal 320 52 230 0 120 33 22 500 102 61
Binary 11010000 101010 10011000 0 1010000 11011 10010 101000000 1000010 110001

Color Harmonies of #D02A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A98

Black with #D02A98

Text Example


Text Example

White with #D02A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A98; }

 p { color: rgb(208,42,152); }

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

background-color css

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

 a { background-color: rgb(208,42,152); }

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

border-color css

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

 span { border-color: rgb(208,42,152); }

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