Html Css Color HEX #DD198B Medium Violet Red

📋 copy color: '#DD198B'

red 221 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #DD198B

Tints of Medium Violet Red #DD198B

RGB

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

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

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

R = 57.4%
G = 6.49%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD198B (or 0xDD198B) is known color: Medium Violet Red. HEX triplet: DD, 19 and 8B. RGB value is (221,25,139). Sum of RGB (Red+Green+Blue) = 221+25+139=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD198B is #22E674. Grayscale: #606060. Windows color (decimal): -2287221 or 9116125. OLE color: 9116125.

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

Color convert

RGB 221 25 139 -
CMYK 0 0.89 0.37 0.13
HSL 325.1º 0.8% 0.48% -
HSV(B) 325.1º 0.89% 0.87% -
XYZ 34.83 17.93 26.05 -
YUV 96.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 221 25 139 0 0.89 0.37 0.13 325.1 0.8 0.48
Hex DD 19 8B 0 59 25 D 145 50 30
Octal 335 31 213 0 131 45 15 505 120 60
Binary 11011101 11001 10001011 0 1011001 100101 1101 101000101 1010000 110000

Color Harmonies of #DD198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD198B

Black with #DD198B

Text Example


Text Example

White with #DD198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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