Html Css Color HEX #DD177E Medium Violet Red

📋 copy color: '#DD177E'

red 221 ◦ green 23 ◦ blue 126

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

Shades of Medium Violet Red #DD177E

Tints of Medium Violet Red #DD177E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 59.73%
G = 6.22%
B = 34.05%

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

#DD177E (or 0xDD177E) is known color: Medium Violet Red. HEX triplet: DD, 17 and 7E. RGB value is (221,23,126). Sum of RGB (Red+Green+Blue) = 221+23+126=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD177E is #22E881. Grayscale: #5D5D5D. Windows color (decimal): -2287746 or 8263645. OLE color: 8263645.

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

Color convert

RGB 221 23 126 -
CMYK 0 0.90 0.43 0.13
HSL 328.79º 0.81% 0.48% -
HSV(B) 328.79º 0.9% 0.87% -
XYZ 33.89 17.49 21.33 -
YUV 93.94 146.1 218.62 -
System Red Green Blue C M Y K H S L
Decimal 221 23 126 0 0.90 0.43 0.13 328.79 0.81 0.48
Hex DD 17 7E 0 5A 2B D 149 51 30
Octal 335 27 176 0 132 53 15 511 121 60
Binary 11011101 10111 1111110 0 1011010 101011 1101 101001001 1010001 110000

Color Harmonies of #DD177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD177E

Black with #DD177E

Text Example


Text Example

White with #DD177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD177E; }

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

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

background-color css

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

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

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

border-color css

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

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

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