Html Css Color HEX #DD179D Hollywood Cerise

📋 copy color: '#DD179D'

red 221 ◦ green 23 ◦ blue 157

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

Shades of Hollywood Cerise #DD179D

Tints of Hollywood Cerise #DD179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 55.11%
G = 5.74%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD179D (or 0xDD179D) is known color: Hollywood Cerise. HEX triplet: DD, 17 and 9D. RGB value is (221,23,157). Sum of RGB (Red+Green+Blue) = 221+23+157=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD179D is #22E862. Grayscale: #616161. Windows color (decimal): -2287715 or 10295261. OLE color: 10295261.

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

Color convert

RGB 221 23 157 -
CMYK 0 0.90 0.29 0.13
HSL 319.39º 0.81% 0.48% -
HSV(B) 319.39º 0.9% 0.87% -
XYZ 36.21 18.42 33.55 -
YUV 97.48 161.6 216.1 -
System Red Green Blue C M Y K H S L
Decimal 221 23 157 0 0.90 0.29 0.13 319.39 0.81 0.48
Hex DD 17 9D 0 5A 1D D 13F 51 30
Octal 335 27 235 0 132 35 15 477 121 60
Binary 11011101 10111 10011101 0 1011010 11101 1101 100111111 1010001 110000

Color Harmonies of #DD179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD179D

Black with #DD179D

Text Example


Text Example

White with #DD179D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD179D; }

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

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

background-color css

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

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

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

border-color css

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

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

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