Html Css Color HEX #DB17AE Hollywood Cerise

📋 copy color: '#DB17AE'

red 219 ◦ green 23 ◦ blue 174

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

Shades of Hollywood Cerise #DB17AE

Tints of Hollywood Cerise #DB17AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.53%

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

R = 52.64%
G = 5.53%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB17AE (or 0xDB17AE) is known color: Hollywood Cerise. HEX triplet: DB, 17 and AE. RGB value is (219,23,174). Sum of RGB (Red+Green+Blue) = 219+23+174=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB17AE is #24E851. Grayscale: #626262. Windows color (decimal): -2418770 or 11409371. OLE color: 11409371.

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

Color convert

RGB 219 23 174 -
CMYK 0 0.89 0.21 0.14
HSL 313.78º 0.81% 0.47% -
HSV(B) 313.78º 0.89% 0.86% -
XYZ 37.16 18.73 41.7 -
YUV 98.82 170.43 213.72 -
System Red Green Blue C M Y K H S L
Decimal 219 23 174 0 0.89 0.21 0.14 313.78 0.81 0.47
Hex DB 17 AE 0 59 15 E 13A 51 2F
Octal 333 27 256 0 131 25 16 472 121 57
Binary 11011011 10111 10101110 0 1011001 10101 1110 100111010 1010001 101111

Color Harmonies of #DB17AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB17AE

Black with #DB17AE

Text Example


Text Example

White with #DB17AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB17AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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