Html Css Color HEX #DD00AA Hollywood Cerise

📋 copy color: '#DD00AA'

red 221 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #DD00AA

Tints of Hollywood Cerise #DD00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.52%
G = 0%
B = 43.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD00AA (or 0xDD00AA) is known color: Hollywood Cerise. HEX triplet: DD, 00 and AA. RGB value is (221,0,170). Sum of RGB (Red+Green+Blue) = 221+0+170=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00AA is #22FF55. Grayscale: #555555. Windows color (decimal): -2293590 or 11141341. OLE color: 11141341.

HSL color Cylindrical-coordinate representation of color #DD00AA: hue angle of 313.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00AA is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 170 -
CMYK 0 1 0.23 0.13
HSL 313.85º 1% 0.43% -
HSV(B) 313.85º 1% 0.87% -
XYZ 37.07 18.27 39.6 -
YUV 85.46 175.72 224.68 -
System Red Green Blue C M Y K H S L
Decimal 221 0 170 0 1 0.23 0.13 313.85 1 0.43
Hex DD 0 AA 0 64 17 D 13A 64 2B
Octal 335 0 252 0 144 27 15 472 144 53
Binary 11011101 0 10101010 0 1100100 10111 1101 100111010 1100100 101011

Color Harmonies of #DD00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00AA

Black with #DD00AA

Text Example


Text Example

White with #DD00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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