Html Css Color HEX #DB0CB0 Hollywood Cerise

📋 copy color: '#DB0CB0'

red 219 ◦ green 12 ◦ blue 176

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

Shades of Hollywood Cerise #DB0CB0

Tints of Hollywood Cerise #DB0CB0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.95%

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

R = 53.81%
G = 2.95%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB0CB0 (or 0xDB0CB0) is known color: Hollywood Cerise. HEX triplet: DB, 0C and B0. RGB value is (219,12,176). Sum of RGB (Red+Green+Blue) = 219+12+176=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0CB0 is #24F34F. Grayscale: #5C5C5C. Windows color (decimal): -2421584 or 11537627. OLE color: 11537627.

HSL color Cylindrical-coordinate representation of color #DB0CB0: hue angle of 312.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CB0 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 12 176 -
CMYK 0 0.95 0.20 0.14
HSL 312.46º 0.9% 0.45% -
HSV(B) 312.46º 0.95% 0.86% -
XYZ 37.18 18.46 42.68 -
YUV 92.59 175.08 218.16 -
System Red Green Blue C M Y K H S L
Decimal 219 12 176 0 0.95 0.20 0.14 312.46 0.9 0.45
Hex DB C B0 0 5F 14 E 138 5A 2D
Octal 333 14 260 0 137 24 16 470 132 55
Binary 11011011 1100 10110000 0 1011111 10100 1110 100111000 1011010 101101

Color Harmonies of #DB0CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0CB0

Black with #DB0CB0

Text Example


Text Example

White with #DB0CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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