Html Css Color HEX #DD0479 Medium Violet Red

📋 copy color: '#DD0479'

red 221 ◦ green 4 ◦ blue 121

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

Shades of Medium Violet Red #DD0479

Tints of Medium Violet Red #DD0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 63.87%
G = 1.16%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD0479 (or 0xDD0479) is known color: Medium Violet Red. HEX triplet: DD, 04 and 79. RGB value is (221,4,121). Sum of RGB (Red+Green+Blue) = 221+4+121=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0479 is #22FB86. Grayscale: #515151. Windows color (decimal): -2292615 or 7931101. OLE color: 7931101.

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

Color convert

RGB 221 4 121 -
CMYK 0 0.98 0.45 0.13
HSL 327.65º 0.96% 0.44% -
HSV(B) 327.65º 0.98% 0.87% -
XYZ 33.31 16.84 19.58 -
YUV 82.22 149.89 226.99 -
System Red Green Blue C M Y K H S L
Decimal 221 4 121 0 0.98 0.45 0.13 327.65 0.96 0.44
Hex DD 4 79 0 62 2D D 148 60 2C
Octal 335 4 171 0 142 55 15 510 140 54
Binary 11011101 100 1111001 0 1100010 101101 1101 101001000 1100000 101100

Color Harmonies of #DD0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0479

Black with #DD0479

Text Example


Text Example

White with #DD0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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