Html Css Color HEX #DD17A7 Hollywood Cerise

📋 copy color: '#DD17A7'

red 221 ◦ green 23 ◦ blue 167

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

Shades of Hollywood Cerise #DD17A7

Tints of Hollywood Cerise #DD17A7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.6%

 BLUE value IS 167 (65.63% from 255) = 40.63%

R = 53.77%
G = 5.6%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD17A7 (or 0xDD17A7) is known color: Hollywood Cerise. HEX triplet: DD, 17 and A7. RGB value is (221,23,167). Sum of RGB (Red+Green+Blue) = 221+23+167=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD17A7 is #22E858. Grayscale: #626262. Windows color (decimal): -2287705 or 10950621. OLE color: 10950621.

HSL color Cylindrical-coordinate representation of color #DD17A7: hue angle of 316.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD17A7 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 167 -
CMYK 0 0.90 0.24 0.13
HSL 316.36º 0.81% 0.48% -
HSV(B) 316.36º 0.9% 0.87% -
XYZ 37.1 18.77 38.23 -
YUV 98.62 166.6 215.29 -
System Red Green Blue C M Y K H S L
Decimal 221 23 167 0 0.90 0.24 0.13 316.36 0.81 0.48
Hex DD 17 A7 0 5A 18 D 13C 51 30
Octal 335 27 247 0 132 30 15 474 121 60
Binary 11011101 10111 10100111 0 1011010 11000 1101 100111100 1010001 110000

Color Harmonies of #DD17A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17A7

Black with #DD17A7

Text Example


Text Example

White with #DD17A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17A7; }

 p { color: rgb(221,23,167); }

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

background-color css

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

 a { background-color: rgb(221,23,167); }

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

border-color css

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

 span { border-color: rgb(221,23,167); }

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