Html Css Color HEX #DB0CAA Hollywood Cerise

📋 copy color: '#DB0CAA'

red 219 ◦ green 12 ◦ blue 170

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

Shades of Hollywood Cerise #DB0CAA

Tints of Hollywood Cerise #DB0CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

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

R = 54.61%
G = 2.99%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB0CAA (or 0xDB0CAA) is known color: Hollywood Cerise. HEX triplet: DB, 0C and AA. RGB value is (219,12,170). Sum of RGB (Red+Green+Blue) = 219+12+170=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0CAA is #24F355. Grayscale: #5B5B5B. Windows color (decimal): -2421590 or 11144411. OLE color: 11144411.

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

Color convert

RGB 219 12 170 -
CMYK 0 0.95 0.22 0.14
HSL 314.2º 0.9% 0.45% -
HSV(B) 314.2º 0.95% 0.86% -
XYZ 36.6 18.23 39.62 -
YUV 91.91 172.08 218.65 -
System Red Green Blue C M Y K H S L
Decimal 219 12 170 0 0.95 0.22 0.14 314.2 0.9 0.45
Hex DB C AA 0 5F 16 E 13A 5A 2D
Octal 333 14 252 0 137 26 16 472 132 55
Binary 11011011 1100 10101010 0 1011111 10110 1110 100111010 1011010 101101

Color Harmonies of #DB0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0CAA

Black with #DB0CAA

Text Example


Text Example

White with #DB0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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