Html Css Color HEX #DD1583 Medium Violet Red

📋 copy color: '#DD1583'

red 221 ◦ green 21 ◦ blue 131

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

Shades of Medium Violet Red #DD1583

Tints of Medium Violet Red #DD1583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 59.25%
G = 5.63%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD1583 (or 0xDD1583) is known color: Medium Violet Red. HEX triplet: DD, 15 and 83. RGB value is (221,21,131). Sum of RGB (Red+Green+Blue) = 221+21+131=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1583 is #22EA7C. Grayscale: #5D5D5D. Windows color (decimal): -2288253 or 8590813. OLE color: 8590813.

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

Color convert

RGB 221 21 131 -
CMYK 0 0.90 0.41 0.13
HSL 327º 0.83% 0.47% -
HSV(B) 327º 0.9% 0.87% -
XYZ 34.18 17.55 23.06 -
YUV 93.34 149.26 219.06 -
System Red Green Blue C M Y K H S L
Decimal 221 21 131 0 0.90 0.41 0.13 327 0.83 0.47
Hex DD 15 83 0 5A 29 D 147 53 2F
Octal 335 25 203 0 132 51 15 507 123 57
Binary 11011101 10101 10000011 0 1011010 101001 1101 101000111 1010011 101111

Color Harmonies of #DD1583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1583

Black with #DD1583

Text Example


Text Example

White with #DD1583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1583; }

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

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

background-color css

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

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

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

border-color css

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

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

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