Html Css Color HEX #DB0BB1 Hollywood Cerise

📋 copy color: '#DB0BB1'

red 219 ◦ green 11 ◦ blue 177

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

Shades of Hollywood Cerise #DB0BB1

Tints of Hollywood Cerise #DB0BB1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

 BLUE value IS 177 (69.53% from 255) = 43.49%

R = 53.81%
G = 2.7%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB0BB1 (or 0xDB0BB1) is known color: Hollywood Cerise. HEX triplet: DB, 0B and B1. RGB value is (219,11,177). Sum of RGB (Red+Green+Blue) = 219+11+177=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0BB1 is #24F44E. Grayscale: #5B5B5B. Windows color (decimal): -2421839 or 11602907. OLE color: 11602907.

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

Color convert

RGB 219 11 177 -
CMYK 0 0.95 0.19 0.14
HSL 312.12º 0.9% 0.45% -
HSV(B) 312.12º 0.95% 0.86% -
XYZ 37.27 18.47 43.2 -
YUV 92.12 175.91 218.5 -
System Red Green Blue C M Y K H S L
Decimal 219 11 177 0 0.95 0.19 0.14 312.12 0.9 0.45
Hex DB B B1 0 5F 13 E 138 5A 2D
Octal 333 13 261 0 137 23 16 470 132 55
Binary 11011011 1011 10110001 0 1011111 10011 1110 100111000 1011010 101101

Color Harmonies of #DB0BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BB1

Black with #DB0BB1

Text Example


Text Example

White with #DB0BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BB1; }

 p { color: rgb(219,11,177); }

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

background-color css

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

 a { background-color: rgb(219,11,177); }

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

border-color css

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

 span { border-color: rgb(219,11,177); }

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