Html Css Color HEX #DD04AA Hollywood Cerise

📋 copy color: '#DD04AA'

red 221 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #DD04AA

Tints of Hollywood Cerise #DD04AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 55.95%
G = 1.01%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD04AA (or 0xDD04AA) is known color: Hollywood Cerise. HEX triplet: DD, 04 and AA. RGB value is (221,4,170). Sum of RGB (Red+Green+Blue) = 221+4+170=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD04AA is #22FB55. Grayscale: #575757. Windows color (decimal): -2292566 or 11142365. OLE color: 11142365.

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

Color convert

RGB 221 4 170 -
CMYK 0 0.98 0.23 0.13
HSL 314.1º 0.96% 0.44% -
HSV(B) 314.1º 0.98% 0.87% -
XYZ 37.12 18.36 39.62 -
YUV 87.81 174.39 223 -
System Red Green Blue C M Y K H S L
Decimal 221 4 170 0 0.98 0.23 0.13 314.1 0.96 0.44
Hex DD 4 AA 0 62 17 D 13A 60 2C
Octal 335 4 252 0 142 27 15 472 140 54
Binary 11011101 100 10101010 0 1100010 10111 1101 100111010 1100000 101100

Color Harmonies of #DD04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04AA

Black with #DD04AA

Text Example


Text Example

White with #DD04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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