Html Css Color HEX #DB15AC Hollywood Cerise

📋 copy color: '#DB15AC'

red 219 ◦ green 21 ◦ blue 172

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

Shades of Hollywood Cerise #DB15AC

Tints of Hollywood Cerise #DB15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.1%

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 53.16%
G = 5.1%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB15AC (or 0xDB15AC) is known color: Hollywood Cerise. HEX triplet: DB, 15 and AC. RGB value is (219,21,172). Sum of RGB (Red+Green+Blue) = 219+21+172=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB15AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB15AC is #24EA53. Grayscale: #616161. Windows color (decimal): -2419284 or 11277787. OLE color: 11277787.

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

Color convert

RGB 219 21 172 -
CMYK 0 0.90 0.21 0.14
HSL 314.24º 0.83% 0.47% -
HSV(B) 314.24º 0.9% 0.86% -
XYZ 36.93 18.57 40.67 -
YUV 97.42 170.1 214.72 -
System Red Green Blue C M Y K H S L
Decimal 219 21 172 0 0.90 0.21 0.14 314.24 0.83 0.47
Hex DB 15 AC 0 5A 15 E 13A 52 2F
Octal 333 25 254 0 132 25 16 472 122 57
Binary 11011011 10101 10101100 0 1011010 10101 1110 100111010 1010010 101111

Color Harmonies of #DB15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB15AC

Black with #DB15AC

Text Example


Text Example

White with #DB15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB15AC; }

 p { color: rgb(219,21,172); }

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

background-color css

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

 a { background-color: rgb(219,21,172); }

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

border-color css

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

 span { border-color: rgb(219,21,172); }

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