Html Css Color HEX #DB07AA Hollywood Cerise

📋 copy color: '#DB07AA'

red 219 ◦ green 7 ◦ blue 170

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

Shades of Hollywood Cerise #DB07AA

Tints of Hollywood Cerise #DB07AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 55.3%
G = 1.77%
B = 42.93%

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

#DB07AA (or 0xDB07AA) is known color: Hollywood Cerise. HEX triplet: DB, 07 and AA. RGB value is (219,7,170). Sum of RGB (Red+Green+Blue) = 219+7+170=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB07AA is #24F855. Grayscale: #585858. Windows color (decimal): -2422870 or 11143131. OLE color: 11143131.

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

Color convert

RGB 219 7 170 -
CMYK 0 0.97 0.22 0.14
HSL 313.87º 0.94% 0.44% -
HSV(B) 313.87º 0.97% 0.86% -
XYZ 36.55 18.11 39.6 -
YUV 88.97 173.74 220.75 -
System Red Green Blue C M Y K H S L
Decimal 219 7 170 0 0.97 0.22 0.14 313.87 0.94 0.44
Hex DB 7 AA 0 61 16 E 13A 5E 2C
Octal 333 7 252 0 141 26 16 472 136 54
Binary 11011011 111 10101010 0 1100001 10110 1110 100111010 1011110 101100

Color Harmonies of #DB07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB07AA

Black with #DB07AA

Text Example


Text Example

White with #DB07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB07AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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