Html Css Color HEX #D02B9B Deep Cerise

📋 copy color: '#D02B9B'

red 208 ◦ green 43 ◦ blue 155

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

Shades of Deep Cerise #D02B9B

Tints of Deep Cerise #D02B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 51.23%
G = 10.59%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D02B9B (or 0xD02B9B) is known color: Deep Cerise. HEX triplet: D0, 2B and 9B. RGB value is (208,43,155). Sum of RGB (Red+Green+Blue) = 208+43+155=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02B9B is #2FD464. Grayscale: #686868. Windows color (decimal): -3134565 or 10169296. OLE color: 10169296.

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

Color convert

RGB 208 43 155 -
CMYK 0 0.79 0.25 0.18
HSL 319.27º 0.66% 0.49% -
HSV(B) 319.27º 0.79% 0.82% -
XYZ 32.79 17.5 32.66 -
YUV 105.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 208 43 155 0 0.79 0.25 0.18 319.27 0.66 0.49
Hex D0 2B 9B 0 4F 19 12 13F 42 31
Octal 320 53 233 0 117 31 22 477 102 61
Binary 11010000 101011 10011011 0 1001111 11001 10010 100111111 1000010 110001

Color Harmonies of #D02B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02B9B

Black with #D02B9B

Text Example


Text Example

White with #D02B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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