Html Css Color HEX #DD1079 Medium Violet Red

📋 copy color: '#DD1079'

red 221 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #DD1079

Tints of Medium Violet Red #DD1079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.47%

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

R = 61.73%
G = 4.47%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD1079 (or 0xDD1079) is known color: Medium Violet Red. HEX triplet: DD, 10 and 79. RGB value is (221,16,121). Sum of RGB (Red+Green+Blue) = 221+16+121=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1079 is #22EF86. Grayscale: #595959. Windows color (decimal): -2289543 or 7934173. OLE color: 7934173.

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

Color convert

RGB 221 16 121 -
CMYK 0 0.93 0.45 0.13
HSL 329.27º 0.86% 0.46% -
HSV(B) 329.27º 0.93% 0.87% -
XYZ 33.46 17.12 19.63 -
YUV 89.27 145.92 221.96 -
System Red Green Blue C M Y K H S L
Decimal 221 16 121 0 0.93 0.45 0.13 329.27 0.86 0.46
Hex DD 10 79 0 5D 2D D 149 56 2E
Octal 335 20 171 0 135 55 15 511 126 56
Binary 11011101 10000 1111001 0 1011101 101101 1101 101001001 1010110 101110

Color Harmonies of #DD1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1079

Black with #DD1079

Text Example


Text Example

White with #DD1079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1079; }

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

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

background-color css

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

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

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

border-color css

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

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

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