Html Css Color HEX #DD179F Hollywood Cerise

📋 copy color: '#DD179F'

red 221 ◦ green 23 ◦ blue 159

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

Shades of Hollywood Cerise #DD179F

Tints of Hollywood Cerise #DD179F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 54.84%
G = 5.71%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD179F (or 0xDD179F) is known color: Hollywood Cerise. HEX triplet: DD, 17 and 9F. RGB value is (221,23,159). Sum of RGB (Red+Green+Blue) = 221+23+159=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD179F is #22E860. Grayscale: #616161. Windows color (decimal): -2287713 or 10426333. OLE color: 10426333.

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

Color convert

RGB 221 23 159 -
CMYK 0 0.90 0.28 0.13
HSL 318.79º 0.81% 0.48% -
HSV(B) 318.79º 0.9% 0.87% -
XYZ 36.38 18.49 34.45 -
YUV 97.71 162.6 215.94 -
System Red Green Blue C M Y K H S L
Decimal 221 23 159 0 0.90 0.28 0.13 318.79 0.81 0.48
Hex DD 17 9F 0 5A 1C D 13F 51 30
Octal 335 27 237 0 132 34 15 477 121 60
Binary 11011101 10111 10011111 0 1011010 11100 1101 100111111 1010001 110000

Color Harmonies of #DD179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD179F

Black with #DD179F

Text Example


Text Example

White with #DD179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD179F; }

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

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

background-color css

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

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

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

border-color css

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

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

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