Html Css Color HEX #DD1997 Medium Violet Red

📋 copy color: '#DD1997'

red 221 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #DD1997

Tints of Medium Violet Red #DD1997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 55.67%
G = 6.3%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD1997 (or 0xDD1997) is known color: Medium Violet Red. HEX triplet: DD, 19 and 97. RGB value is (221,25,151). Sum of RGB (Red+Green+Blue) = 221+25+151=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1997 is #22E668. Grayscale: #616161. Windows color (decimal): -2287209 or 9902557. OLE color: 9902557.

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

Color convert

RGB 221 25 151 -
CMYK 0 0.89 0.32 0.13
HSL 321.43º 0.8% 0.48% -
HSV(B) 321.43º 0.89% 0.87% -
XYZ 35.75 18.3 30.93 -
YUV 97.97 157.93 215.75 -
System Red Green Blue C M Y K H S L
Decimal 221 25 151 0 0.89 0.32 0.13 321.43 0.8 0.48
Hex DD 19 97 0 59 20 D 141 50 30
Octal 335 31 227 0 131 40 15 501 120 60
Binary 11011101 11001 10010111 0 1011001 100000 1101 101000001 1010000 110000

Color Harmonies of #DD1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1997

Black with #DD1997

Text Example


Text Example

White with #DD1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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