Html Css Color HEX #DD0979 Medium Violet Red

📋 copy color: '#DD0979'

red 221 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #DD0979

Tints of Medium Violet Red #DD0979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.47%

R = 62.96%
G = 2.56%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD0979 (or 0xDD0979) is known color: Medium Violet Red. HEX triplet: DD, 09 and 79. RGB value is (221,9,121). Sum of RGB (Red+Green+Blue) = 221+9+121=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0979 is #22F686. Grayscale: #545454. Windows color (decimal): -2291335 or 7932381. OLE color: 7932381.

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

Color convert

RGB 221 9 121 -
CMYK 0 0.96 0.45 0.13
HSL 328.3º 0.92% 0.45% -
HSV(B) 328.3º 0.96% 0.87% -
XYZ 33.37 16.95 19.6 -
YUV 85.16 148.24 224.89 -
System Red Green Blue C M Y K H S L
Decimal 221 9 121 0 0.96 0.45 0.13 328.3 0.92 0.45
Hex DD 9 79 0 60 2D D 148 5C 2D
Octal 335 11 171 0 140 55 15 510 134 55
Binary 11011101 1001 1111001 0 1100000 101101 1101 101001000 1011100 101101

Color Harmonies of #DD0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0979

Black with #DD0979

Text Example


Text Example

White with #DD0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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