Html Css Color HEX #D02BA9 Deep Cerise

📋 copy color: '#D02BA9'

red 208 ◦ green 43 ◦ blue 169

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

Shades of Deep Cerise #D02BA9

Tints of Deep Cerise #D02BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.24%

R = 49.52%
G = 10.24%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D02BA9 (or 0xD02BA9) is known color: Deep Cerise. HEX triplet: D0, 2B and A9. RGB value is (208,43,169). Sum of RGB (Red+Green+Blue) = 208+43+169=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D02BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02BA9 is #2FD456. Grayscale: #6A6A6A. Windows color (decimal): -3134551 or 11086800. OLE color: 11086800.

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

Color convert

RGB 208 43 169 -
CMYK 0 0.79 0.19 0.18
HSL 314.18º 0.66% 0.49% -
HSV(B) 314.18º 0.79% 0.82% -
XYZ 34.04 18 39.22 -
YUV 106.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 208 43 169 0 0.79 0.19 0.18 314.18 0.66 0.49
Hex D0 2B A9 0 4F 13 12 13A 42 31
Octal 320 53 251 0 117 23 22 472 102 61
Binary 11010000 101011 10101001 0 1001111 10011 10010 100111010 1000010 110001

Color Harmonies of #D02BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02BA9

Black with #D02BA9

Text Example


Text Example

White with #D02BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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