Html Css Color HEX #DD0791 Medium Violet Red

📋 copy color: '#DD0791'

red 221 ◦ green 7 ◦ blue 145

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

Shades of Medium Violet Red #DD0791

Tints of Medium Violet Red #DD0791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.88%

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 59.25%
G = 1.88%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD0791 (or 0xDD0791) is known color: Medium Violet Red. HEX triplet: DD, 07 and 91. RGB value is (221,7,145). Sum of RGB (Red+Green+Blue) = 221+7+145=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0791 is #22F86E. Grayscale: #565656. Windows color (decimal): -2291823 or 9504733. OLE color: 9504733.

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

Color convert

RGB 221 7 145 -
CMYK 0 0.97 0.34 0.13
HSL 321.31º 0.94% 0.45% -
HSV(B) 321.31º 0.97% 0.87% -
XYZ 35.01 17.57 28.33 -
YUV 86.72 160.9 223.78 -
System Red Green Blue C M Y K H S L
Decimal 221 7 145 0 0.97 0.34 0.13 321.31 0.94 0.45
Hex DD 7 91 0 61 22 D 141 5E 2D
Octal 335 7 221 0 141 42 15 501 136 55
Binary 11011101 111 10010001 0 1100001 100010 1101 101000001 1011110 101101

Color Harmonies of #DD0791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0791

Black with #DD0791

Text Example


Text Example

White with #DD0791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0791; }

 p { color: rgb(221,7,145); }

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

background-color css

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

 a { background-color: rgb(221,7,145); }

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

border-color css

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

 span { border-color: rgb(221,7,145); }

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