Html Css Color HEX #DD0982 Medium Violet Red

📋 copy color: '#DD0982'

red 221 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #DD0982

Tints of Medium Violet Red #DD0982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.5%

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

R = 61.39%
G = 2.5%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD0982 (or 0xDD0982) is known color: Medium Violet Red. HEX triplet: DD, 09 and 82. RGB value is (221,9,130). Sum of RGB (Red+Green+Blue) = 221+9+130=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0982 is #22F67D. Grayscale: #555555. Windows color (decimal): -2291326 or 8522205. OLE color: 8522205.

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

Color convert

RGB 221 9 130 -
CMYK 0 0.96 0.41 0.13
HSL 325.75º 0.92% 0.45% -
HSV(B) 325.75º 0.96% 0.87% -
XYZ 33.95 17.18 22.65 -
YUV 86.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 221 9 130 0 0.96 0.41 0.13 325.75 0.92 0.45
Hex DD 9 82 0 60 29 D 146 5C 2D
Octal 335 11 202 0 140 51 15 506 134 55
Binary 11011101 1001 10000010 0 1100000 101001 1101 101000110 1011100 101101

Color Harmonies of #DD0982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0982

Black with #DD0982

Text Example


Text Example

White with #DD0982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0982; }

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

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

background-color css

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

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

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

border-color css

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

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

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