Html Css Color HEX #DD177F Medium Violet Red

📋 copy color: '#DD177F'

red 221 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #DD177F

Tints of Medium Violet Red #DD177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.23%

R = 59.57%
G = 6.2%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD177F (or 0xDD177F) is known color: Medium Violet Red. HEX triplet: DD, 17 and 7F. RGB value is (221,23,127). Sum of RGB (Red+Green+Blue) = 221+23+127=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD177F is #22E880. Grayscale: #5D5D5D. Windows color (decimal): -2287745 or 8329181. OLE color: 8329181.

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

Color convert

RGB 221 23 127 -
CMYK 0 0.90 0.43 0.13
HSL 328.48º 0.81% 0.48% -
HSV(B) 328.48º 0.9% 0.87% -
XYZ 33.96 17.52 21.67 -
YUV 94.06 146.6 218.54 -
System Red Green Blue C M Y K H S L
Decimal 221 23 127 0 0.90 0.43 0.13 328.48 0.81 0.48
Hex DD 17 7F 0 5A 2B D 148 51 30
Octal 335 27 177 0 132 53 15 510 121 60
Binary 11011101 10111 1111111 0 1011010 101011 1101 101001000 1010001 110000

Color Harmonies of #DD177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD177F

Black with #DD177F

Text Example


Text Example

White with #DD177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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