Html Css Color HEX #DD17A8 Hollywood Cerise

📋 copy color: '#DD17A8'

red 221 ◦ green 23 ◦ blue 168

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

Shades of Hollywood Cerise #DD17A8

Tints of Hollywood Cerise #DD17A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 53.64%
G = 5.58%
B = 40.78%

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

#DD17A8 (or 0xDD17A8) is known color: Hollywood Cerise. HEX triplet: DD, 17 and A8. RGB value is (221,23,168). Sum of RGB (Red+Green+Blue) = 221+23+168=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD17A8 is #22E857. Grayscale: #626262. Windows color (decimal): -2287704 or 11016157. OLE color: 11016157.

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

Color convert

RGB 221 23 168 -
CMYK 0 0.90 0.24 0.13
HSL 316.06º 0.81% 0.48% -
HSV(B) 316.06º 0.9% 0.87% -
XYZ 37.19 18.81 38.72 -
YUV 98.73 167.1 215.21 -
System Red Green Blue C M Y K H S L
Decimal 221 23 168 0 0.90 0.24 0.13 316.06 0.81 0.48
Hex DD 17 A8 0 5A 18 D 13C 51 30
Octal 335 27 250 0 132 30 15 474 121 60
Binary 11011101 10111 10101000 0 1011010 11000 1101 100111100 1010001 110000

Color Harmonies of #DD17A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17A8

Black with #DD17A8

Text Example


Text Example

White with #DD17A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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