Html Css Color HEX #DB05AC Hollywood Cerise

📋 copy color: '#DB05AC'

red 219 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #DB05AC

Tints of Hollywood Cerise #DB05AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 55.3%
G = 1.26%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB05AC (or 0xDB05AC) is known color: Hollywood Cerise. HEX triplet: DB, 05 and AC. RGB value is (219,5,172). Sum of RGB (Red+Green+Blue) = 219+5+172=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB05AC is #24FA53. Grayscale: #575757. Windows color (decimal): -2423380 or 11273691. OLE color: 11273691.

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

Color convert

RGB 219 5 172 -
CMYK 0 0.98 0.21 0.14
HSL 313.18º 0.96% 0.44% -
HSV(B) 313.18º 0.98% 0.86% -
XYZ 36.71 18.15 40.6 -
YUV 88.02 175.4 221.42 -
System Red Green Blue C M Y K H S L
Decimal 219 5 172 0 0.98 0.21 0.14 313.18 0.96 0.44
Hex DB 5 AC 0 62 15 E 139 60 2C
Octal 333 5 254 0 142 25 16 471 140 54
Binary 11011011 101 10101100 0 1100010 10101 1110 100111001 1100000 101100

Color Harmonies of #DB05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05AC

Black with #DB05AC

Text Example


Text Example

White with #DB05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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