Html Css Color HEX #DD04AC Hollywood Cerise

📋 copy color: '#DD04AC'

red 221 ◦ green 4 ◦ blue 172

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

Shades of Hollywood Cerise #DD04AC

Tints of Hollywood Cerise #DD04AC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 55.67%
G = 1.01%
B = 43.32%

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

#DD04AC (or 0xDD04AC) is known color: Hollywood Cerise. HEX triplet: DD, 04 and AC. RGB value is (221,4,172). Sum of RGB (Red+Green+Blue) = 221+4+172=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD04AC is #22FB53. Grayscale: #575757. Windows color (decimal): -2292564 or 11273437. OLE color: 11273437.

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

Color convert

RGB 221 4 172 -
CMYK 0 0.98 0.22 0.13
HSL 313.55º 0.96% 0.44% -
HSV(B) 313.55º 0.98% 0.87% -
XYZ 37.31 18.44 40.62 -
YUV 88.04 175.39 222.84 -
System Red Green Blue C M Y K H S L
Decimal 221 4 172 0 0.98 0.22 0.13 313.55 0.96 0.44
Hex DD 4 AC 0 62 16 D 13A 60 2C
Octal 335 4 254 0 142 26 15 472 140 54
Binary 11011101 100 10101100 0 1100010 10110 1101 100111010 1100000 101100

Color Harmonies of #DD04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04AC

Black with #DD04AC

Text Example


Text Example

White with #DD04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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