Html Css Color HEX #DD177D Medium Violet Red

📋 copy color: '#DD177D'

red 221 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #DD177D

Tints of Medium Violet Red #DD177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 59.89%
G = 6.23%
B = 33.88%

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

#DD177D (or 0xDD177D) is known color: Medium Violet Red. HEX triplet: DD, 17 and 7D. RGB value is (221,23,125). Sum of RGB (Red+Green+Blue) = 221+23+125=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD177D is #22E882. Grayscale: #5D5D5D. Windows color (decimal): -2287747 or 8198109. OLE color: 8198109.

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

Color convert

RGB 221 23 125 -
CMYK 0 0.90 0.43 0.13
HSL 329.09º 0.81% 0.48% -
HSV(B) 329.09º 0.9% 0.87% -
XYZ 33.83 17.47 20.99 -
YUV 93.83 145.6 218.71 -
System Red Green Blue C M Y K H S L
Decimal 221 23 125 0 0.90 0.43 0.13 329.09 0.81 0.48
Hex DD 17 7D 0 5A 2B D 149 51 30
Octal 335 27 175 0 132 53 15 511 121 60
Binary 11011101 10111 1111101 0 1011010 101011 1101 101001001 1010001 110000

Color Harmonies of #DD177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD177D

Black with #DD177D

Text Example


Text Example

White with #DD177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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