Html Css Color HEX #DD0879 Medium Violet Red

📋 copy color: '#DD0879'

red 221 ◦ green 8 ◦ blue 121

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

Shades of Medium Violet Red #DD0879

Tints of Medium Violet Red #DD0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 63.14%
G = 2.29%
B = 34.57%

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

#DD0879 (or 0xDD0879) is known color: Medium Violet Red. HEX triplet: DD, 08 and 79. RGB value is (221,8,121). Sum of RGB (Red+Green+Blue) = 221+8+121=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0879 is #22F786. Grayscale: #545454. Windows color (decimal): -2291591 or 7932125. OLE color: 7932125.

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

Color convert

RGB 221 8 121 -
CMYK 0 0.96 0.45 0.13
HSL 328.17º 0.93% 0.45% -
HSV(B) 328.17º 0.96% 0.87% -
XYZ 33.36 16.93 19.6 -
YUV 84.57 148.57 225.31 -
System Red Green Blue C M Y K H S L
Decimal 221 8 121 0 0.96 0.45 0.13 328.17 0.93 0.45
Hex DD 8 79 0 60 2D D 148 5D 2D
Octal 335 10 171 0 140 55 15 510 135 55
Binary 11011101 1000 1111001 0 1100000 101101 1101 101001000 1011101 101101

Color Harmonies of #DD0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0879

Black with #DD0879

Text Example


Text Example

White with #DD0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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