Html Css Color HEX #DD198A Medium Violet Red

📋 copy color: '#DD198A'

red 221 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #DD198A

Tints of Medium Violet Red #DD198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 57.55%
G = 6.51%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD198A (or 0xDD198A) is known color: Medium Violet Red. HEX triplet: DD, 19 and 8A. RGB value is (221,25,138). Sum of RGB (Red+Green+Blue) = 221+25+138=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD198A is #22E675. Grayscale: #606060. Windows color (decimal): -2287222 or 9050589. OLE color: 9050589.

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

Color convert

RGB 221 25 138 -
CMYK 0 0.89 0.38 0.13
HSL 325.41º 0.8% 0.48% -
HSV(B) 325.41º 0.89% 0.87% -
XYZ 34.75 17.9 25.67 -
YUV 96.49 151.43 216.81 -
System Red Green Blue C M Y K H S L
Decimal 221 25 138 0 0.89 0.38 0.13 325.41 0.8 0.48
Hex DD 19 8A 0 59 26 D 145 50 30
Octal 335 31 212 0 131 46 15 505 120 60
Binary 11011101 11001 10001010 0 1011001 100110 1101 101000101 1010000 110000

Color Harmonies of #DD198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD198A

Black with #DD198A

Text Example


Text Example

White with #DD198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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