Html Css Color HEX #DD0790 Medium Violet Red

📋 copy color: '#DD0790'

red 221 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #DD0790

Tints of Medium Violet Red #DD0790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 59.41%
G = 1.88%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD0790 (or 0xDD0790) is known color: Medium Violet Red. HEX triplet: DD, 07 and 90. RGB value is (221,7,144). Sum of RGB (Red+Green+Blue) = 221+7+144=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0790 is #22F86F. Grayscale: #565656. Windows color (decimal): -2291824 or 9439197. OLE color: 9439197.

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

Color convert

RGB 221 7 144 -
CMYK 0 0.97 0.35 0.13
HSL 321.59º 0.94% 0.45% -
HSV(B) 321.59º 0.97% 0.87% -
XYZ 34.93 17.54 27.93 -
YUV 86.6 160.4 223.86 -
System Red Green Blue C M Y K H S L
Decimal 221 7 144 0 0.97 0.35 0.13 321.59 0.94 0.45
Hex DD 7 90 0 61 23 D 142 5E 2D
Octal 335 7 220 0 141 43 15 502 136 55
Binary 11011101 111 10010000 0 1100001 100011 1101 101000010 1011110 101101

Color Harmonies of #DD0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0790

Black with #DD0790

Text Example


Text Example

White with #DD0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0790; }

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

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

background-color css

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

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

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

border-color css

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

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

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