Html Css Color HEX #DD179B Medium Violet Red

📋 copy color: '#DD179B'

red 221 ◦ green 23 ◦ blue 155

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

Shades of Medium Violet Red #DD179B

Tints of Medium Violet Red #DD179B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 55.39%
G = 5.76%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD179B (or 0xDD179B) is known color: Medium Violet Red. HEX triplet: DD, 17 and 9B. RGB value is (221,23,155). Sum of RGB (Red+Green+Blue) = 221+23+155=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD179B is #22E864. Grayscale: #606060. Windows color (decimal): -2287717 or 10164189. OLE color: 10164189.

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

Color convert

RGB 221 23 155 -
CMYK 0 0.90 0.30 0.13
HSL 320º 0.81% 0.48% -
HSV(B) 320º 0.9% 0.87% -
XYZ 36.04 18.35 32.65 -
YUV 97.25 160.6 216.27 -
System Red Green Blue C M Y K H S L
Decimal 221 23 155 0 0.90 0.30 0.13 320 0.81 0.48
Hex DD 17 9B 0 5A 1E D 140 51 30
Octal 335 27 233 0 132 36 15 500 121 60
Binary 11011101 10111 10011011 0 1011010 11110 1101 101000000 1010001 110000

Color Harmonies of #DD179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD179B

Black with #DD179B

Text Example


Text Example

White with #DD179B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD179B; }

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

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

background-color css

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

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

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

border-color css

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

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

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