Html Css Color HEX #DD10A0 Hollywood Cerise

📋 copy color: '#DD10A0'

red 221 ◦ green 16 ◦ blue 160

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

Shades of Hollywood Cerise #DD10A0

Tints of Hollywood Cerise #DD10A0

RGB

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

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

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

R = 55.67%
G = 4.03%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD10A0 (or 0xDD10A0) is known color: Hollywood Cerise. HEX triplet: DD, 10 and A0. RGB value is (221,16,160). Sum of RGB (Red+Green+Blue) = 221+16+160=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10A0 is #22EF5F. Grayscale: #5D5D5D. Windows color (decimal): -2289504 or 10490077. OLE color: 10490077.

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

Color convert

RGB 221 16 160 -
CMYK 0 0.93 0.28 0.13
HSL 317.85º 0.86% 0.46% -
HSV(B) 317.85º 0.93% 0.87% -
XYZ 36.35 18.28 34.87 -
YUV 93.71 165.42 218.79 -
System Red Green Blue C M Y K H S L
Decimal 221 16 160 0 0.93 0.28 0.13 317.85 0.86 0.46
Hex DD 10 A0 0 5D 1C D 13E 56 2E
Octal 335 20 240 0 135 34 15 476 126 56
Binary 11011101 10000 10100000 0 1011101 11100 1101 100111110 1010110 101110

Color Harmonies of #DD10A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10A0

Black with #DD10A0

Text Example


Text Example

White with #DD10A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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