Html Css Color HEX #DD1589 Medium Violet Red

📋 copy color: '#DD1589'

red 221 ◦ green 21 ◦ blue 137

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

Shades of Medium Violet Red #DD1589

Tints of Medium Violet Red #DD1589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 58.31%
G = 5.54%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD1589 (or 0xDD1589) is known color: Medium Violet Red. HEX triplet: DD, 15 and 89. RGB value is (221,21,137). Sum of RGB (Red+Green+Blue) = 221+21+137=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1589 is #22EA76. Grayscale: #5D5D5D. Windows color (decimal): -2288247 or 8984029. OLE color: 8984029.

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

Color convert

RGB 221 21 137 -
CMYK 0 0.90 0.38 0.13
HSL 325.2º 0.83% 0.47% -
HSV(B) 325.2º 0.9% 0.87% -
XYZ 34.6 17.71 25.26 -
YUV 94.02 152.26 218.57 -
System Red Green Blue C M Y K H S L
Decimal 221 21 137 0 0.90 0.38 0.13 325.2 0.83 0.47
Hex DD 15 89 0 5A 26 D 145 53 2F
Octal 335 25 211 0 132 46 15 505 123 57
Binary 11011101 10101 10001001 0 1011010 100110 1101 101000101 1010011 101111

Color Harmonies of #DD1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1589

Black with #DD1589

Text Example


Text Example

White with #DD1589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1589; }

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

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

background-color css

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

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

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

border-color css

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

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

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