Html Css Color HEX #DD178B Medium Violet Red

📋 copy color: '#DD178B'

red 221 ◦ green 23 ◦ blue 139

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

Shades of Medium Violet Red #DD178B

Tints of Medium Violet Red #DD178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 57.7%
G = 6.01%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD178B (or 0xDD178B) is known color: Medium Violet Red. HEX triplet: DD, 17 and 8B. RGB value is (221,23,139). Sum of RGB (Red+Green+Blue) = 221+23+139=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD178B is #22E874. Grayscale: #5F5F5F. Windows color (decimal): -2287733 or 9115613. OLE color: 9115613.

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

Color convert

RGB 221 23 139 -
CMYK 0 0.90 0.37 0.13
HSL 324.85º 0.81% 0.48% -
HSV(B) 324.85º 0.9% 0.87% -
XYZ 34.79 17.85 26.04 -
YUV 95.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 221 23 139 0 0.90 0.37 0.13 324.85 0.81 0.48
Hex DD 17 8B 0 5A 25 D 145 51 30
Octal 335 27 213 0 132 45 15 505 121 60
Binary 11011101 10111 10001011 0 1011010 100101 1101 101000101 1010001 110000

Color Harmonies of #DD178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD178B

Black with #DD178B

Text Example


Text Example

White with #DD178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD178B; }

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

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

background-color css

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

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

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

border-color css

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

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

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