Html Css Color HEX #DB10AC Hollywood Cerise

📋 copy color: '#DB10AC'

red 219 ◦ green 16 ◦ blue 172

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

Shades of Hollywood Cerise #DB10AC

Tints of Hollywood Cerise #DB10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.93%

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 53.81%
G = 3.93%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB10AC (or 0xDB10AC) is known color: Hollywood Cerise. HEX triplet: DB, 10 and AC. RGB value is (219,16,172). Sum of RGB (Red+Green+Blue) = 219+16+172=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10AC is #24EF53. Grayscale: #5E5E5E. Windows color (decimal): -2420564 or 11276507. OLE color: 11276507.

HSL color Cylindrical-coordinate representation of color #DB10AC: hue angle of 313.89º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10AC is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 16 172 -
CMYK 0 0.93 0.21 0.14
HSL 313.89º 0.86% 0.46% -
HSV(B) 313.89º 0.93% 0.86% -
XYZ 36.85 18.41 40.64 -
YUV 94.48 171.75 216.82 -
System Red Green Blue C M Y K H S L
Decimal 219 16 172 0 0.93 0.21 0.14 313.89 0.86 0.46
Hex DB 10 AC 0 5D 15 E 13A 56 2E
Octal 333 20 254 0 135 25 16 472 126 56
Binary 11011011 10000 10101100 0 1011101 10101 1110 100111010 1010110 101110

Color Harmonies of #DB10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10AC

Black with #DB10AC

Text Example


Text Example

White with #DB10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10AC; }

 p { color: rgb(219,16,172); }

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

background-color css

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

 a { background-color: rgb(219,16,172); }

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

border-color css

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

 span { border-color: rgb(219,16,172); }

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