Html Css Color HEX #DD0082 Medium Violet Red

📋 copy color: '#DD0082'

red 221 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #DD0082

Tints of Medium Violet Red #DD0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.96%
G = 0%
B = 37.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD0082 (or 0xDD0082) is known color: Medium Violet Red. HEX triplet: DD, 00 and 82. RGB value is (221,0,130). Sum of RGB (Red+Green+Blue) = 221+0+130=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0082 is #22FF7D. Grayscale: #505050. Windows color (decimal): -2293630 or 8519901. OLE color: 8519901.

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

Color convert

RGB 221 0 130 -
CMYK 0 1 0.41 0.13
HSL 324.71º 1% 0.43% -
HSV(B) 324.71º 1% 0.87% -
XYZ 33.85 16.98 22.61 -
YUV 80.9 155.72 227.93 -
System Red Green Blue C M Y K H S L
Decimal 221 0 130 0 1 0.41 0.13 324.71 1 0.43
Hex DD 0 82 0 64 29 D 145 64 2B
Octal 335 0 202 0 144 51 15 505 144 53
Binary 11011101 0 10000010 0 1100100 101001 1101 101000101 1100100 101011

Color Harmonies of #DD0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0082

Black with #DD0082

Text Example


Text Example

White with #DD0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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