Html Css Color HEX #DD1882 Medium Violet Red

📋 copy color: '#DD1882'

red 221 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #DD1882

Tints of Medium Violet Red #DD1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.4%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 58.93%
G = 6.4%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD1882 (or 0xDD1882) is known color: Medium Violet Red. HEX triplet: DD, 18 and 82. RGB value is (221,24,130). Sum of RGB (Red+Green+Blue) = 221+24+130=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1882 is #22E77D. Grayscale: #5E5E5E. Windows color (decimal): -2287486 or 8526045. OLE color: 8526045.

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

Color convert

RGB 221 24 130 -
CMYK 0 0.89 0.41 0.13
HSL 327.72º 0.8% 0.48% -
HSV(B) 327.72º 0.89% 0.87% -
XYZ 34.17 17.64 22.72 -
YUV 94.99 147.77 217.88 -
System Red Green Blue C M Y K H S L
Decimal 221 24 130 0 0.89 0.41 0.13 327.72 0.8 0.48
Hex DD 18 82 0 59 29 D 148 50 30
Octal 335 30 202 0 131 51 15 510 120 60
Binary 11011101 11000 10000010 0 1011001 101001 1101 101001000 1010000 110000

Color Harmonies of #DD1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1882

Black with #DD1882

Text Example


Text Example

White with #DD1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1882; }

 p { color: rgb(221,24,130); }

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

background-color css

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

 a { background-color: rgb(221,24,130); }

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

border-color css

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

 span { border-color: rgb(221,24,130); }

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