Html Css Color HEX #DD1490 Medium Violet Red

📋 copy color: '#DD1490'

red 221 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #DD1490

Tints of Medium Violet Red #DD1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 57.4%
G = 5.19%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD1490 (or 0xDD1490) is known color: Medium Violet Red. HEX triplet: DD, 14 and 90. RGB value is (221,20,144). Sum of RGB (Red+Green+Blue) = 221+20+144=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1490 is #22EB6F. Grayscale: #5D5D5D. Windows color (decimal): -2288496 or 9442525. OLE color: 9442525.

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

Color convert

RGB 221 20 144 -
CMYK 0 0.91 0.35 0.13
HSL 322.99º 0.83% 0.47% -
HSV(B) 322.99º 0.91% 0.87% -
XYZ 35.1 17.89 27.99 -
YUV 94.24 156.09 218.42 -
System Red Green Blue C M Y K H S L
Decimal 221 20 144 0 0.91 0.35 0.13 322.99 0.83 0.47
Hex DD 14 90 0 5B 23 D 143 53 2F
Octal 335 24 220 0 133 43 15 503 123 57
Binary 11011101 10100 10010000 0 1011011 100011 1101 101000011 1010011 101111

Color Harmonies of #DD1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1490

Black with #DD1490

Text Example


Text Example

White with #DD1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1490; }

 p { color: rgb(221,20,144); }

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

background-color css

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

 a { background-color: rgb(221,20,144); }

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

border-color css

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

 span { border-color: rgb(221,20,144); }

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