Html Css Color HEX #DD10AD Hollywood Cerise

📋 copy color: '#DD10AD'

red 221 ◦ green 16 ◦ blue 173

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

Shades of Hollywood Cerise #DD10AD

Tints of Hollywood Cerise #DD10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.9%

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

R = 53.9%
G = 3.9%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD10AD (or 0xDD10AD) is known color: Hollywood Cerise. HEX triplet: DD, 10 and AD. RGB value is (221,16,173). Sum of RGB (Red+Green+Blue) = 221+16+173=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10AD is #22EF52. Grayscale: #5E5E5E. Windows color (decimal): -2289491 or 11342045. OLE color: 11342045.

HSL color Cylindrical-coordinate representation of color #DD10AD: hue angle of 314.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10AD is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 173 -
CMYK 0 0.93 0.22 0.13
HSL 314.05º 0.86% 0.46% -
HSV(B) 314.05º 0.93% 0.87% -
XYZ 37.55 18.76 41.18 -
YUV 95.19 171.92 217.73 -
System Red Green Blue C M Y K H S L
Decimal 221 16 173 0 0.93 0.22 0.13 314.05 0.86 0.46
Hex DD 10 AD 0 5D 16 D 13A 56 2E
Octal 335 20 255 0 135 26 15 472 126 56
Binary 11011101 10000 10101101 0 1011101 10110 1101 100111010 1010110 101110

Color Harmonies of #DD10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10AD

Black with #DD10AD

Text Example


Text Example

White with #DD10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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