Html Css Color HEX #DD12AA Hollywood Cerise

📋 copy color: '#DD12AA'

red 221 ◦ green 18 ◦ blue 170

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

Shades of Hollywood Cerise #DD12AA

Tints of Hollywood Cerise #DD12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.4%

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

R = 54.03%
G = 4.4%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD12AA (or 0xDD12AA) is known color: Hollywood Cerise. HEX triplet: DD, 12 and AA. RGB value is (221,18,170). Sum of RGB (Red+Green+Blue) = 221+18+170=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD12AA is #22ED55. Grayscale: #5F5F5F. Windows color (decimal): -2288982 or 11145949. OLE color: 11145949.

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

Color convert

RGB 221 18 170 -
CMYK 0 0.92 0.23 0.13
HSL 315.07º 0.85% 0.47% -
HSV(B) 315.07º 0.92% 0.87% -
XYZ 37.29 18.71 39.68 -
YUV 96.03 169.75 217.14 -
System Red Green Blue C M Y K H S L
Decimal 221 18 170 0 0.92 0.23 0.13 315.07 0.85 0.47
Hex DD 12 AA 0 5C 17 D 13B 55 2F
Octal 335 22 252 0 134 27 15 473 125 57
Binary 11011101 10010 10101010 0 1011100 10111 1101 100111011 1010101 101111

Color Harmonies of #DD12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12AA

Black with #DD12AA

Text Example


Text Example

White with #DD12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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