Html Css Color HEX #DB05B2 Hollywood Cerise

📋 copy color: '#DB05B2'

red 219 ◦ green 5 ◦ blue 178

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

Shades of Hollywood Cerise #DB05B2

Tints of Hollywood Cerise #DB05B2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 54.48%
G = 1.24%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB05B2 (or 0xDB05B2) is known color: Hollywood Cerise. HEX triplet: DB, 05 and B2. RGB value is (219,5,178). Sum of RGB (Red+Green+Blue) = 219+5+178=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB05B2 is #24FA4D. Grayscale: #585858. Windows color (decimal): -2423374 or 11666907. OLE color: 11666907.

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

Color convert

RGB 219 5 178 -
CMYK 0 0.98 0.19 0.14
HSL 311.5º 0.96% 0.44% -
HSV(B) 311.5º 0.98% 0.86% -
XYZ 37.3 18.38 43.7 -
YUV 88.71 178.4 220.93 -
System Red Green Blue C M Y K H S L
Decimal 219 5 178 0 0.98 0.19 0.14 311.5 0.96 0.44
Hex DB 5 B2 0 62 13 E 137 60 2C
Octal 333 5 262 0 142 23 16 467 140 54
Binary 11011011 101 10110010 0 1100010 10011 1110 100110111 1100000 101100

Color Harmonies of #DB05B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05B2

Black with #DB05B2

Text Example


Text Example

White with #DB05B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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