Html Css Color HEX #DD05AC Hollywood Cerise

📋 copy color: '#DD05AC'

red 221 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #DD05AC

Tints of Hollywood Cerise #DD05AC

RGB

 RED value IS 221 (86.72% from 255) = 55.53%

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

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

R = 55.53%
G = 1.26%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD05AC (or 0xDD05AC) is known color: Hollywood Cerise. HEX triplet: DD, 05 and AC. RGB value is (221,5,172). Sum of RGB (Red+Green+Blue) = 221+5+172=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD05AC is #22FA53. Grayscale: #585858. Windows color (decimal): -2292308 or 11273693. OLE color: 11273693.

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

Color convert

RGB 221 5 172 -
CMYK 0 0.98 0.22 0.13
HSL 313.61º 0.96% 0.44% -
HSV(B) 313.61º 0.98% 0.87% -
XYZ 37.32 18.46 40.63 -
YUV 88.62 175.06 222.42 -
System Red Green Blue C M Y K H S L
Decimal 221 5 172 0 0.98 0.22 0.13 313.61 0.96 0.44
Hex DD 5 AC 0 62 16 D 13A 60 2C
Octal 335 5 254 0 142 26 15 472 140 54
Binary 11011101 101 10101100 0 1100010 10110 1101 100111010 1100000 101100

Color Harmonies of #DD05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05AC

Black with #DD05AC

Text Example


Text Example

White with #DD05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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