Html Css Color HEX #DB14AD Hollywood Cerise

📋 copy color: '#DB14AD'

red 219 ◦ green 20 ◦ blue 173

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

Shades of Hollywood Cerise #DB14AD

Tints of Hollywood Cerise #DB14AD

RGB

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

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

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

R = 53.16%
G = 4.85%
B = 41.99%

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

#DB14AD (or 0xDB14AD) is known color: Hollywood Cerise. HEX triplet: DB, 14 and AD. RGB value is (219,20,173). Sum of RGB (Red+Green+Blue) = 219+20+173=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB14AD is #24EB52. Grayscale: #606060. Windows color (decimal): -2419539 or 11343067. OLE color: 11343067.

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

Color convert

RGB 219 20 173 -
CMYK 0 0.91 0.21 0.14
HSL 313.87º 0.83% 0.47% -
HSV(B) 313.87º 0.91% 0.86% -
XYZ 37.01 18.58 41.17 -
YUV 96.94 170.93 215.06 -
System Red Green Blue C M Y K H S L
Decimal 219 20 173 0 0.91 0.21 0.14 313.87 0.83 0.47
Hex DB 14 AD 0 5B 15 E 13A 53 2F
Octal 333 24 255 0 133 25 16 472 123 57
Binary 11011011 10100 10101101 0 1011011 10101 1110 100111010 1010011 101111

Color Harmonies of #DB14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB14AD

Black with #DB14AD

Text Example


Text Example

White with #DB14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB14AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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