Html Css Color HEX #DB02A8 Hollywood Cerise

📋 copy color: '#DB02A8'

red 219 ◦ green 2 ◦ blue 168

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

Shades of Hollywood Cerise #DB02A8

Tints of Hollywood Cerise #DB02A8

RGB

 RED value IS 219 (85.94% from 255) = 56.3%

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 168 (66.02% from 255) = 43.19%

R = 56.3%
G = 0.51%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB02A8 (or 0xDB02A8) is known color: Hollywood Cerise. HEX triplet: DB, 02 and A8. RGB value is (219,2,168). Sum of RGB (Red+Green+Blue) = 219+2+168=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB02A8 is #24FD57. Grayscale: #555555. Windows color (decimal): -2424152 or 11010779. OLE color: 11010779.

HSL color Cylindrical-coordinate representation of color #DB02A8: hue angle of 314.1º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02A8 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 168 -
CMYK 0 0.99 0.23 0.14
HSL 314.1º 0.98% 0.43% -
HSV(B) 314.1º 0.99% 0.86% -
XYZ 36.3 17.93 38.59 -
YUV 85.81 174.39 223 -
System Red Green Blue C M Y K H S L
Decimal 219 2 168 0 0.99 0.23 0.14 314.1 0.98 0.43
Hex DB 2 A8 0 63 17 E 13A 62 2B
Octal 333 2 250 0 143 27 16 472 142 53
Binary 11011011 10 10101000 0 1100011 10111 1110 100111010 1100010 101011

Color Harmonies of #DB02A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02A8

Black with #DB02A8

Text Example


Text Example

White with #DB02A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02A8; }

 p { color: rgb(219,2,168); }

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

background-color css

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

 a { background-color: rgb(219,2,168); }

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

border-color css

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

 span { border-color: rgb(219,2,168); }

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