Html Css Color HEX #DD1A80 Medium Violet Red

📋 copy color: '#DD1A80'

red 221 ◦ green 26 ◦ blue 128

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

Shades of Medium Violet Red #DD1A80

Tints of Medium Violet Red #DD1A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

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

R = 58.93%
G = 6.93%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD1A80 (or 0xDD1A80) is known color: Medium Violet Red. HEX triplet: DD, 1A and 80. RGB value is (221,26,128). Sum of RGB (Red+Green+Blue) = 221+26+128=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1A80 is #22E57F. Grayscale: #5F5F5F. Windows color (decimal): -2286976 or 8395485. OLE color: 8395485.

HSL color Cylindrical-coordinate representation of color #DD1A80: hue angle of 328.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1A80 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 26 128 -
CMYK 0 0.88 0.42 0.13
HSL 328.62º 0.79% 0.48% -
HSV(B) 328.62º 0.88% 0.87% -
XYZ 34.08 17.67 22.04 -
YUV 95.93 146.1 217.21 -
System Red Green Blue C M Y K H S L
Decimal 221 26 128 0 0.88 0.42 0.13 328.62 0.79 0.48
Hex DD 1A 80 0 58 2A D 149 4F 30
Octal 335 32 200 0 130 52 15 511 117 60
Binary 11011101 11010 10000000 0 1011000 101010 1101 101001001 1001111 110000

Color Harmonies of #DD1A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A80

Black with #DD1A80

Text Example


Text Example

White with #DD1A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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