Html Css Color HEX #D02B9E Deep Cerise

📋 copy color: '#D02B9E'

red 208 ◦ green 43 ◦ blue 158

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

Shades of Deep Cerise #D02B9E

Tints of Deep Cerise #D02B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.51%

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 50.86%
G = 10.51%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D02B9E (or 0xD02B9E) is known color: Deep Cerise. HEX triplet: D0, 2B and 9E. RGB value is (208,43,158). Sum of RGB (Red+Green+Blue) = 208+43+158=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02B9E is #2FD461. Grayscale: #696969. Windows color (decimal): -3134562 or 10365904. OLE color: 10365904.

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

Color convert

RGB 208 43 158 -
CMYK 0 0.79 0.24 0.18
HSL 318.18º 0.66% 0.49% -
HSV(B) 318.18º 0.79% 0.82% -
XYZ 33.05 17.61 34 -
YUV 105.45 157.66 201.15 -
System Red Green Blue C M Y K H S L
Decimal 208 43 158 0 0.79 0.24 0.18 318.18 0.66 0.49
Hex D0 2B 9E 0 4F 18 12 13E 42 31
Octal 320 53 236 0 117 30 22 476 102 61
Binary 11010000 101011 10011110 0 1001111 11000 10010 100111110 1000010 110001

Color Harmonies of #D02B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02B9E

Black with #D02B9E

Text Example


Text Example

White with #D02B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02B9E; }

 p { color: rgb(208,43,158); }

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

background-color css

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

 a { background-color: rgb(208,43,158); }

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

border-color css

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

 span { border-color: rgb(208,43,158); }

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