Html Css Color HEX #DB10A6 Hollywood Cerise

📋 copy color: '#DB10A6'

red 219 ◦ green 16 ◦ blue 166

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

Shades of Hollywood Cerise #DB10A6

Tints of Hollywood Cerise #DB10A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.4%

R = 54.61%
G = 3.99%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB10A6 (or 0xDB10A6) is known color: Hollywood Cerise. HEX triplet: DB, 10 and A6. RGB value is (219,16,166). Sum of RGB (Red+Green+Blue) = 219+16+166=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10A6 is #24EF59. Grayscale: #5D5D5D. Windows color (decimal): -2420570 or 10883291. OLE color: 10883291.

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

Color convert

RGB 219 16 166 -
CMYK 0 0.93 0.24 0.14
HSL 315.67º 0.86% 0.46% -
HSV(B) 315.67º 0.93% 0.86% -
XYZ 36.28 18.18 37.67 -
YUV 93.8 168.75 217.3 -
System Red Green Blue C M Y K H S L
Decimal 219 16 166 0 0.93 0.24 0.14 315.67 0.86 0.46
Hex DB 10 A6 0 5D 18 E 13C 56 2E
Octal 333 20 246 0 135 30 16 474 126 56
Binary 11011011 10000 10100110 0 1011101 11000 1110 100111100 1010110 101110

Color Harmonies of #DB10A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10A6

Black with #DB10A6

Text Example


Text Example

White with #DB10A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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