Html Css Color HEX #DB07AB Hollywood Cerise

📋 copy color: '#DB07AB'

red 219 ◦ green 7 ◦ blue 171

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

Shades of Hollywood Cerise #DB07AB

Tints of Hollywood Cerise #DB07AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 55.16%
G = 1.76%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB07AB (or 0xDB07AB) is known color: Hollywood Cerise. HEX triplet: DB, 07 and AB. RGB value is (219,7,171). Sum of RGB (Red+Green+Blue) = 219+7+171=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB07AB is #24F854. Grayscale: #585858. Windows color (decimal): -2422869 or 11208667. OLE color: 11208667.

HSL color Cylindrical-coordinate representation of color #DB07AB: hue angle of 313.58º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07AB is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 7 171 -
CMYK 0 0.97 0.22 0.14
HSL 313.58º 0.94% 0.44% -
HSV(B) 313.58º 0.97% 0.86% -
XYZ 36.64 18.15 40.1 -
YUV 89.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 219 7 171 0 0.97 0.22 0.14 313.58 0.94 0.44
Hex DB 7 AB 0 61 16 E 13A 5E 2C
Octal 333 7 253 0 141 26 16 472 136 54
Binary 11011011 111 10101011 0 1100001 10110 1110 100111010 1011110 101100

Color Harmonies of #DB07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB07AB

Black with #DB07AB

Text Example


Text Example

White with #DB07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB07AB; }

 p { color: rgb(219,7,171); }

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

background-color css

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

 a { background-color: rgb(219,7,171); }

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

border-color css

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

 span { border-color: rgb(219,7,171); }

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