Html Css Color HEX #DB02AF Hollywood Cerise

📋 copy color: '#DB02AF'

red 219 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #DB02AF

Tints of Hollywood Cerise #DB02AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 55.3%
G = 0.51%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB02AF (or 0xDB02AF) is known color: Hollywood Cerise. HEX triplet: DB, 02 and AF. RGB value is (219,2,175). Sum of RGB (Red+Green+Blue) = 219+2+175=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB02AF is #24FD50. Grayscale: #565656. Windows color (decimal): -2424145 or 11469531. OLE color: 11469531.

HSL color Cylindrical-coordinate representation of color #DB02AF: hue angle of 312.17º 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 #DB02AF is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 175 -
CMYK 0 0.99 0.20 0.14
HSL 312.17º 0.98% 0.43% -
HSV(B) 312.17º 0.99% 0.86% -
XYZ 36.97 18.2 42.12 -
YUV 86.61 177.89 222.43 -
System Red Green Blue C M Y K H S L
Decimal 219 2 175 0 0.99 0.20 0.14 312.17 0.98 0.43
Hex DB 2 AF 0 63 14 E 138 62 2B
Octal 333 2 257 0 143 24 16 470 142 53
Binary 11011011 10 10101111 0 1100011 10100 1110 100111000 1100010 101011

Color Harmonies of #DB02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02AF

Black with #DB02AF

Text Example


Text Example

White with #DB02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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