Html Css Color HEX #DD1581 Medium Violet Red

📋 copy color: '#DD1581'

red 221 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #DD1581

Tints of Medium Violet Red #DD1581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 59.57%
G = 5.66%
B = 34.77%

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

#DD1581 (or 0xDD1581) is known color: Medium Violet Red. HEX triplet: DD, 15 and 81. RGB value is (221,21,129). Sum of RGB (Red+Green+Blue) = 221+21+129=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1581 is #22EA7E. Grayscale: #5C5C5C. Windows color (decimal): -2288255 or 8459741. OLE color: 8459741.

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

Color convert

RGB 221 21 129 -
CMYK 0 0.90 0.42 0.13
HSL 327.6º 0.83% 0.47% -
HSV(B) 327.6º 0.9% 0.87% -
XYZ 34.05 17.49 22.35 -
YUV 93.11 148.26 219.22 -
System Red Green Blue C M Y K H S L
Decimal 221 21 129 0 0.90 0.42 0.13 327.6 0.83 0.47
Hex DD 15 81 0 5A 2A D 148 53 2F
Octal 335 25 201 0 132 52 15 510 123 57
Binary 11011101 10101 10000001 0 1011010 101010 1101 101001000 1010011 101111

Color Harmonies of #DD1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1581

Black with #DD1581

Text Example


Text Example

White with #DD1581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1581; }

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

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

background-color css

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

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

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

border-color css

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

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

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