Html Css Color HEX #DB14B0 Hollywood Cerise

📋 copy color: '#DB14B0'

red 219 ◦ green 20 ◦ blue 176

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

Shades of Hollywood Cerise #DB14B0

Tints of Hollywood Cerise #DB14B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 52.77%
G = 4.82%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB14B0 (or 0xDB14B0) is known color: Hollywood Cerise. HEX triplet: DB, 14 and B0. RGB value is (219,20,176). Sum of RGB (Red+Green+Blue) = 219+20+176=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB14B0 is #24EB4F. Grayscale: #606060. Windows color (decimal): -2419536 or 11539675. OLE color: 11539675.

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

Color convert

RGB 219 20 176 -
CMYK 0 0.91 0.20 0.14
HSL 312.96º 0.83% 0.47% -
HSV(B) 312.96º 0.91% 0.86% -
XYZ 37.3 18.69 42.72 -
YUV 97.29 172.43 214.82 -
System Red Green Blue C M Y K H S L
Decimal 219 20 176 0 0.91 0.20 0.14 312.96 0.83 0.47
Hex DB 14 B0 0 5B 14 E 139 53 2F
Octal 333 24 260 0 133 24 16 471 123 57
Binary 11011011 10100 10110000 0 1011011 10100 1110 100111001 1010011 101111

Color Harmonies of #DB14B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB14B0

Black with #DB14B0

Text Example


Text Example

White with #DB14B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB14B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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