Html Css Color HEX #DB13B0 Hollywood Cerise

📋 copy color: '#DB13B0'

red 219 ◦ green 19 ◦ blue 176

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

Shades of Hollywood Cerise #DB13B0

Tints of Hollywood Cerise #DB13B0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.59%

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

R = 52.9%
G = 4.59%
B = 42.51%

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

#DB13B0 (or 0xDB13B0) is known color: Hollywood Cerise. HEX triplet: DB, 13 and B0. RGB value is (219,19,176). Sum of RGB (Red+Green+Blue) = 219+19+176=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB13B0 is #24EC4F. Grayscale: #606060. Windows color (decimal): -2419792 or 11539419. OLE color: 11539419.

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

Color convert

RGB 219 19 176 -
CMYK 0 0.91 0.20 0.14
HSL 312.9º 0.84% 0.47% -
HSV(B) 312.9º 0.91% 0.86% -
XYZ 37.28 18.66 42.71 -
YUV 96.7 172.76 215.23 -
System Red Green Blue C M Y K H S L
Decimal 219 19 176 0 0.91 0.20 0.14 312.9 0.84 0.47
Hex DB 13 B0 0 5B 14 E 139 54 2F
Octal 333 23 260 0 133 24 16 471 124 57
Binary 11011011 10011 10110000 0 1011011 10100 1110 100111001 1010100 101111

Color Harmonies of #DB13B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB13B0

Black with #DB13B0

Text Example


Text Example

White with #DB13B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB13B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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