Html Css Color HEX #DD10A6 Hollywood Cerise

📋 copy color: '#DD10A6'

red 221 ◦ green 16 ◦ blue 166

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

Shades of Hollywood Cerise #DD10A6

Tints of Hollywood Cerise #DD10A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 54.84%
G = 3.97%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD10A6 (or 0xDD10A6) is known color: Hollywood Cerise. HEX triplet: DD, 10 and A6. RGB value is (221,16,166). Sum of RGB (Red+Green+Blue) = 221+16+166=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10A6 is #22EF59. Grayscale: #5E5E5E. Windows color (decimal): -2289498 or 10883293. OLE color: 10883293.

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

Color convert

RGB 221 16 166 -
CMYK 0 0.93 0.25 0.13
HSL 316.1º 0.86% 0.46% -
HSV(B) 316.1º 0.93% 0.87% -
XYZ 36.89 18.5 37.7 -
YUV 94.4 168.42 218.3 -
System Red Green Blue C M Y K H S L
Decimal 221 16 166 0 0.93 0.25 0.13 316.1 0.86 0.46
Hex DD 10 A6 0 5D 19 D 13C 56 2E
Octal 335 20 246 0 135 31 15 474 126 56
Binary 11011101 10000 10100110 0 1011101 11001 1101 100111100 1010110 101110

Color Harmonies of #DD10A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10A6

Black with #DD10A6

Text Example


Text Example

White with #DD10A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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