Html Css Color HEX #DD12AD Hollywood Cerise

📋 copy color: '#DD12AD'

red 221 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #DD12AD

Tints of Hollywood Cerise #DD12AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 53.64%
G = 4.37%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD12AD (or 0xDD12AD) is known color: Hollywood Cerise. HEX triplet: DD, 12 and AD. RGB value is (221,18,173). Sum of RGB (Red+Green+Blue) = 221+18+173=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD12AD is #22ED52. Grayscale: #5F5F5F. Windows color (decimal): -2288979 or 11342557. OLE color: 11342557.

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

Color convert

RGB 221 18 173 -
CMYK 0 0.92 0.22 0.13
HSL 314.19º 0.85% 0.47% -
HSV(B) 314.19º 0.92% 0.87% -
XYZ 37.58 18.82 41.19 -
YUV 96.37 171.25 216.9 -
System Red Green Blue C M Y K H S L
Decimal 221 18 173 0 0.92 0.22 0.13 314.19 0.85 0.47
Hex DD 12 AD 0 5C 16 D 13A 55 2F
Octal 335 22 255 0 134 26 15 472 125 57
Binary 11011101 10010 10101101 0 1011100 10110 1101 100111010 1010101 101111

Color Harmonies of #DD12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD12AD

Black with #DD12AD

Text Example


Text Example

White with #DD12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD12AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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