Html Css Color HEX #DD178F Medium Violet Red

📋 copy color: '#DD178F'

red 221 ◦ green 23 ◦ blue 143

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

Shades of Medium Violet Red #DD178F

Tints of Medium Violet Red #DD178F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 57.11%
G = 5.94%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD178F (or 0xDD178F) is known color: Medium Violet Red. HEX triplet: DD, 17 and 8F. RGB value is (221,23,143). Sum of RGB (Red+Green+Blue) = 221+23+143=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD178F is #22E870. Grayscale: #5F5F5F. Windows color (decimal): -2287729 or 9377757. OLE color: 9377757.

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

Color convert

RGB 221 23 143 -
CMYK 0 0.90 0.35 0.13
HSL 323.64º 0.81% 0.48% -
HSV(B) 323.64º 0.9% 0.87% -
XYZ 35.08 17.97 27.61 -
YUV 95.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 221 23 143 0 0.90 0.35 0.13 323.64 0.81 0.48
Hex DD 17 8F 0 5A 23 D 144 51 30
Octal 335 27 217 0 132 43 15 504 121 60
Binary 11011101 10111 10001111 0 1011010 100011 1101 101000100 1010001 110000

Color Harmonies of #DD178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD178F

Black with #DD178F

Text Example


Text Example

White with #DD178F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD178F; }

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

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

background-color css

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

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

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

border-color css

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

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

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