Html Css Color HEX #DD197A Medium Violet Red

📋 copy color: '#DD197A'

red 221 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #DD197A

Tints of Medium Violet Red #DD197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.79%

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 60.05%
G = 6.79%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD197A (or 0xDD197A) is known color: Medium Violet Red. HEX triplet: DD, 19 and 7A. RGB value is (221,25,122). Sum of RGB (Red+Green+Blue) = 221+25+122=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD197A is #22E685. Grayscale: #5E5E5E. Windows color (decimal): -2287238 or 8002013. OLE color: 8002013.

HSL color Cylindrical-coordinate representation of color #DD197A: hue angle of 330.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD197A is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 25 122 -
CMYK 0 0.89 0.45 0.13
HSL 330.31º 0.8% 0.48% -
HSV(B) 330.31º 0.89% 0.87% -
XYZ 33.68 17.47 20.01 -
YUV 94.66 143.43 218.11 -
System Red Green Blue C M Y K H S L
Decimal 221 25 122 0 0.89 0.45 0.13 330.31 0.8 0.48
Hex DD 19 7A 0 59 2D D 14A 50 30
Octal 335 31 172 0 131 55 15 512 120 60
Binary 11011101 11001 1111010 0 1011001 101101 1101 101001010 1010000 110000

Color Harmonies of #DD197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD197A

Black with #DD197A

Text Example


Text Example

White with #DD197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD197A; }

 p { color: rgb(221,25,122); }

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

background-color css

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

 a { background-color: rgb(221,25,122); }

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

border-color css

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

 span { border-color: rgb(221,25,122); }

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