Html Css Color HEX #DD12A0 Hollywood Cerise

📋 copy color: '#DD12A0'

red 221 ◦ green 18 ◦ blue 160

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

Shades of Hollywood Cerise #DD12A0

Tints of Hollywood Cerise #DD12A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 55.39%
G = 4.51%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD12A0 (or 0xDD12A0) is known color: Hollywood Cerise. HEX triplet: DD, 12 and A0. RGB value is (221,18,160). Sum of RGB (Red+Green+Blue) = 221+18+160=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD12A0 is #22ED5F. Grayscale: #5E5E5E. Windows color (decimal): -2288992 or 10490589. OLE color: 10490589.

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

Color convert

RGB 221 18 160 -
CMYK 0 0.92 0.28 0.13
HSL 318.03º 0.85% 0.47% -
HSV(B) 318.03º 0.92% 0.87% -
XYZ 36.38 18.34 34.88 -
YUV 94.89 164.75 217.95 -
System Red Green Blue C M Y K H S L
Decimal 221 18 160 0 0.92 0.28 0.13 318.03 0.85 0.47
Hex DD 12 A0 0 5C 1C D 13E 55 2F
Octal 335 22 240 0 134 34 15 476 125 57
Binary 11011101 10010 10100000 0 1011100 11100 1101 100111110 1010101 101111

Color Harmonies of #DD12A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12A0

Black with #DD12A0

Text Example


Text Example

White with #DD12A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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