Html Css Color HEX #DD178D Medium Violet Red

📋 copy color: '#DD178D'

red 221 ◦ green 23 ◦ blue 141

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

Shades of Medium Violet Red #DD178D

Tints of Medium Violet Red #DD178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 57.4%
G = 5.97%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD178D (or 0xDD178D) is known color: Medium Violet Red. HEX triplet: DD, 17 and 8D. RGB value is (221,23,141). Sum of RGB (Red+Green+Blue) = 221+23+141=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD178D is #22E872. Grayscale: #5F5F5F. Windows color (decimal): -2287731 or 9246685. OLE color: 9246685.

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

Color convert

RGB 221 23 141 -
CMYK 0 0.90 0.36 0.13
HSL 324.24º 0.81% 0.48% -
HSV(B) 324.24º 0.9% 0.87% -
XYZ 34.93 17.91 26.81 -
YUV 95.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 221 23 141 0 0.90 0.36 0.13 324.24 0.81 0.48
Hex DD 17 8D 0 5A 24 D 144 51 30
Octal 335 27 215 0 132 44 15 504 121 60
Binary 11011101 10111 10001101 0 1011010 100100 1101 101000100 1010001 110000

Color Harmonies of #DD178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD178D

Black with #DD178D

Text Example


Text Example

White with #DD178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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