Html Css Color HEX #DB17A8 Hollywood Cerise

📋 copy color: '#DB17A8'

red 219 ◦ green 23 ◦ blue 168

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

Shades of Hollywood Cerise #DB17A8

Tints of Hollywood Cerise #DB17A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 53.41%
G = 5.61%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB17A8 (or 0xDB17A8) is known color: Hollywood Cerise. HEX triplet: DB, 17 and A8. RGB value is (219,23,168). Sum of RGB (Red+Green+Blue) = 219+23+168=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB17A8 is #24E857. Grayscale: #616161. Windows color (decimal): -2418776 or 11016155. OLE color: 11016155.

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

Color convert

RGB 219 23 168 -
CMYK 0 0.89 0.23 0.14
HSL 315.61º 0.81% 0.47% -
HSV(B) 315.61º 0.89% 0.86% -
XYZ 36.59 18.5 38.69 -
YUV 98.13 167.43 214.21 -
System Red Green Blue C M Y K H S L
Decimal 219 23 168 0 0.89 0.23 0.14 315.61 0.81 0.47
Hex DB 17 A8 0 59 17 E 13C 51 2F
Octal 333 27 250 0 131 27 16 474 121 57
Binary 11011011 10111 10101000 0 1011001 10111 1110 100111100 1010001 101111

Color Harmonies of #DB17A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB17A8

Black with #DB17A8

Text Example


Text Example

White with #DB17A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB17A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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