Html Css Color HEX #DB14AC Hollywood Cerise

📋 copy color: '#DB14AC'

red 219 ◦ green 20 ◦ blue 172

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

Shades of Hollywood Cerise #DB14AC

Tints of Hollywood Cerise #DB14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.87%

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

R = 53.28%
G = 4.87%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB14AC (or 0xDB14AC) is known color: Hollywood Cerise. HEX triplet: DB, 14 and AC. RGB value is (219,20,172). Sum of RGB (Red+Green+Blue) = 219+20+172=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB14AC is #24EB53. Grayscale: #606060. Windows color (decimal): -2419540 or 11277531. OLE color: 11277531.

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

Color convert

RGB 219 20 172 -
CMYK 0 0.91 0.21 0.14
HSL 314.17º 0.83% 0.47% -
HSV(B) 314.17º 0.91% 0.86% -
XYZ 36.91 18.54 40.66 -
YUV 96.83 170.43 215.14 -
System Red Green Blue C M Y K H S L
Decimal 219 20 172 0 0.91 0.21 0.14 314.17 0.83 0.47
Hex DB 14 AC 0 5B 15 E 13A 53 2F
Octal 333 24 254 0 133 25 16 472 123 57
Binary 11011011 10100 10101100 0 1011011 10101 1110 100111010 1010011 101111

Color Harmonies of #DB14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB14AC

Black with #DB14AC

Text Example


Text Example

White with #DB14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB14AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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