Html Css Color HEX #DB17AD Hollywood Cerise

📋 copy color: '#DB17AD'

red 219 ◦ green 23 ◦ blue 173

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

Shades of Hollywood Cerise #DB17AD

Tints of Hollywood Cerise #DB17AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 52.77%
G = 5.54%
B = 41.69%

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

#DB17AD (or 0xDB17AD) is known color: Hollywood Cerise. HEX triplet: DB, 17 and AD. RGB value is (219,23,173). Sum of RGB (Red+Green+Blue) = 219+23+173=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB17AD is #24E852. Grayscale: #626262. Windows color (decimal): -2418771 or 11343835. OLE color: 11343835.

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

Color convert

RGB 219 23 173 -
CMYK 0 0.89 0.21 0.14
HSL 314.08º 0.81% 0.47% -
HSV(B) 314.08º 0.89% 0.86% -
XYZ 37.06 18.69 41.19 -
YUV 98.7 169.93 213.8 -
System Red Green Blue C M Y K H S L
Decimal 219 23 173 0 0.89 0.21 0.14 314.08 0.81 0.47
Hex DB 17 AD 0 59 15 E 13A 51 2F
Octal 333 27 255 0 131 25 16 472 121 57
Binary 11011011 10111 10101101 0 1011001 10101 1110 100111010 1010001 101111

Color Harmonies of #DB17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB17AD

Black with #DB17AD

Text Example


Text Example

White with #DB17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB17AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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