Html Css Color HEX #DD1580 Medium Violet Red

📋 copy color: '#DD1580'

red 221 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #DD1580

Tints of Medium Violet Red #DD1580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 59.73%
G = 5.68%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD1580 (or 0xDD1580) is known color: Medium Violet Red. HEX triplet: DD, 15 and 80. RGB value is (221,21,128). Sum of RGB (Red+Green+Blue) = 221+21+128=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1580 is #22EA7F. Grayscale: #5C5C5C. Windows color (decimal): -2288256 or 8394205. OLE color: 8394205.

HSL color Cylindrical-coordinate representation of color #DD1580: hue angle of 327.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1580 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 21 128 -
CMYK 0 0.90 0.42 0.13
HSL 327.9º 0.83% 0.47% -
HSV(B) 327.9º 0.9% 0.87% -
XYZ 33.98 17.47 22 -
YUV 93 147.76 219.3 -
System Red Green Blue C M Y K H S L
Decimal 221 21 128 0 0.90 0.42 0.13 327.9 0.83 0.47
Hex DD 15 80 0 5A 2A D 148 53 2F
Octal 335 25 200 0 132 52 15 510 123 57
Binary 11011101 10101 10000000 0 1011010 101010 1101 101001000 1010011 101111

Color Harmonies of #DD1580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1580

Black with #DD1580

Text Example


Text Example

White with #DD1580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1580; }

 p { color: rgb(221,21,128); }

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

background-color css

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

 a { background-color: rgb(221,21,128); }

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

border-color css

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

 span { border-color: rgb(221,21,128); }

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