Html Css Color HEX #DC0790 Medium Violet Red

📋 copy color: '#DC0790'

red 220 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #DC0790

Tints of Medium Violet Red #DC0790

RGB

 RED value IS 220 (86.33% from 255) = 59.3%

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

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

R = 59.3%
G = 1.89%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC0790 (or 0xDC0790) is known color: Medium Violet Red. HEX triplet: DC, 07 and 90. RGB value is (220,7,144). Sum of RGB (Red+Green+Blue) = 220+7+144=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0790 is #23F86F. Grayscale: #555555. Windows color (decimal): -2357360 or 9439196. OLE color: 9439196.

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

Color convert

RGB 220 7 144 -
CMYK 0 0.97 0.35 0.14
HSL 321.41º 0.94% 0.45% -
HSV(B) 321.41º 0.97% 0.86% -
XYZ 34.63 17.38 27.92 -
YUV 86.31 160.57 223.36 -
System Red Green Blue C M Y K H S L
Decimal 220 7 144 0 0.97 0.35 0.14 321.41 0.94 0.45
Hex DC 7 90 0 61 23 E 141 5E 2D
Octal 334 7 220 0 141 43 16 501 136 55
Binary 11011100 111 10010000 0 1100001 100011 1110 101000001 1011110 101101

Color Harmonies of #DC0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0790

Black with #DC0790

Text Example


Text Example

White with #DC0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0790; }

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

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

background-color css

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

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

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

border-color css

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

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

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