Html Css Color HEX #DB10AE Hollywood Cerise

📋 copy color: '#DB10AE'

red 219 ◦ green 16 ◦ blue 174

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

Shades of Hollywood Cerise #DB10AE

Tints of Hollywood Cerise #DB10AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 53.55%
G = 3.91%
B = 42.54%

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

#DB10AE (or 0xDB10AE) is known color: Hollywood Cerise. HEX triplet: DB, 10 and AE. RGB value is (219,16,174). Sum of RGB (Red+Green+Blue) = 219+16+174=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10AE is #24EF51. Grayscale: #5E5E5E. Windows color (decimal): -2420562 or 11407579. OLE color: 11407579.

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

Color convert

RGB 219 16 174 -
CMYK 0 0.93 0.21 0.14
HSL 313.3º 0.86% 0.46% -
HSV(B) 313.3º 0.93% 0.86% -
XYZ 37.04 18.49 41.66 -
YUV 94.71 172.75 216.65 -
System Red Green Blue C M Y K H S L
Decimal 219 16 174 0 0.93 0.21 0.14 313.3 0.86 0.46
Hex DB 10 AE 0 5D 15 E 139 56 2E
Octal 333 20 256 0 135 25 16 471 126 56
Binary 11011011 10000 10101110 0 1011101 10101 1110 100111001 1010110 101110

Color Harmonies of #DB10AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10AE

Black with #DB10AE

Text Example


Text Example

White with #DB10AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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