Html Css Color HEX #DB00B2 Hollywood Cerise

📋 copy color: '#DB00B2'

red 219 ◦ green 0 ◦ blue 178

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

Shades of Hollywood Cerise #DB00B2

Tints of Hollywood Cerise #DB00B2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 178 (69.92% from 255) = 44.84%

R = 55.16%
G = 0%
B = 44.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB00B2 (or 0xDB00B2) is known color: Hollywood Cerise. HEX triplet: DB, 00 and B2. RGB value is (219,0,178). Sum of RGB (Red+Green+Blue) = 219+0+178=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB00B2 is #24FF4D. Grayscale: #555555. Windows color (decimal): -2424654 or 11665627. OLE color: 11665627.

HSL color Cylindrical-coordinate representation of color #DB00B2: hue angle of 311.23º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00B2 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 178 -
CMYK 0 1 0.19 0.14
HSL 311.23º 1% 0.43% -
HSV(B) 311.23º 1% 0.86% -
XYZ 37.25 18.27 43.68 -
YUV 85.77 180.05 223.03 -
System Red Green Blue C M Y K H S L
Decimal 219 0 178 0 1 0.19 0.14 311.23 1 0.43
Hex DB 0 B2 0 64 13 E 137 64 2B
Octal 333 0 262 0 144 23 16 467 144 53
Binary 11011011 0 10110010 0 1100100 10011 1110 100110111 1100100 101011

Color Harmonies of #DB00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB00B2

Black with #DB00B2

Text Example


Text Example

White with #DB00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB00B2; }

 p { color: rgb(219,0,178); }

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

background-color css

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

 a { background-color: rgb(219,0,178); }

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

border-color css

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

 span { border-color: rgb(219,0,178); }

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