Html Css Color HEX #DD1DA0 Medium Violet Red

📋 copy color: '#DD1DA0'

red 221 ◦ green 29 ◦ blue 160

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

Shades of Medium Violet Red #DD1DA0

Tints of Medium Violet Red #DD1DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.07%

 BLUE value IS 160 (62.89% from 255) = 39.02%

R = 53.9%
G = 7.07%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD1DA0 (or 0xDD1DA0) is known color: Medium Violet Red. HEX triplet: DD, 1D and A0. RGB value is (221,29,160). Sum of RGB (Red+Green+Blue) = 221+29+160=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1DA0 is #22E25F. Grayscale: #656565. Windows color (decimal): -2286176 or 10493405. OLE color: 10493405.

HSL color Cylindrical-coordinate representation of color #DD1DA0: hue angle of 319.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1DA0 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 29 160 -
CMYK 0 0.87 0.28 0.13
HSL 319.06º 0.77% 0.49% -
HSV(B) 319.06º 0.87% 0.87% -
XYZ 36.6 18.79 34.96 -
YUV 101.34 161.11 213.35 -
System Red Green Blue C M Y K H S L
Decimal 221 29 160 0 0.87 0.28 0.13 319.06 0.77 0.49
Hex DD 1D A0 0 57 1C D 13F 4D 31
Octal 335 35 240 0 127 34 15 477 115 61
Binary 11011101 11101 10100000 0 1010111 11100 1101 100111111 1001101 110001

Color Harmonies of #DD1DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DA0

Black with #DD1DA0

Text Example


Text Example

White with #DD1DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DA0; }

 p { color: rgb(221,29,160); }

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

background-color css

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

 a { background-color: rgb(221,29,160); }

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

border-color css

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

 span { border-color: rgb(221,29,160); }

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