Html Css Color HEX #DD10AF Hollywood Cerise

📋 copy color: '#DD10AF'

red 221 ◦ green 16 ◦ blue 175

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

Shades of Hollywood Cerise #DD10AF

Tints of Hollywood Cerise #DD10AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 53.64%
G = 3.88%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD10AF (or 0xDD10AF) is known color: Hollywood Cerise. HEX triplet: DD, 10 and AF. RGB value is (221,16,175). Sum of RGB (Red+Green+Blue) = 221+16+175=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10AF is #22EF50. Grayscale: #5E5E5E. Windows color (decimal): -2289489 or 11473117. OLE color: 11473117.

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

Color convert

RGB 221 16 175 -
CMYK 0 0.93 0.21 0.13
HSL 313.46º 0.86% 0.46% -
HSV(B) 313.46º 0.93% 0.87% -
XYZ 37.74 18.84 42.2 -
YUV 95.42 172.92 217.57 -
System Red Green Blue C M Y K H S L
Decimal 221 16 175 0 0.93 0.21 0.13 313.46 0.86 0.46
Hex DD 10 AF 0 5D 15 D 139 56 2E
Octal 335 20 257 0 135 25 15 471 126 56
Binary 11011101 10000 10101111 0 1011101 10101 1101 100111001 1010110 101110

Color Harmonies of #DD10AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10AF

Black with #DD10AF

Text Example


Text Example

White with #DD10AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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