Html Css Color HEX #DC0782 Medium Violet Red

📋 copy color: '#DC0782'

red 220 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #DC0782

Tints of Medium Violet Red #DC0782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 61.62%
G = 1.96%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC0782 (or 0xDC0782) is known color: Medium Violet Red. HEX triplet: DC, 07 and 82. RGB value is (220,7,130). Sum of RGB (Red+Green+Blue) = 220+7+130=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0782 is #23F87D. Grayscale: #545454. Windows color (decimal): -2357374 or 8521692. OLE color: 8521692.

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

Color convert

RGB 220 7 130 -
CMYK 0 0.97 0.41 0.14
HSL 325.35º 0.94% 0.45% -
HSV(B) 325.35º 0.97% 0.86% -
XYZ 33.62 16.98 22.62 -
YUV 84.71 153.57 224.5 -
System Red Green Blue C M Y K H S L
Decimal 220 7 130 0 0.97 0.41 0.14 325.35 0.94 0.45
Hex DC 7 82 0 61 29 E 145 5E 2D
Octal 334 7 202 0 141 51 16 505 136 55
Binary 11011100 111 10000010 0 1100001 101001 1110 101000101 1011110 101101

Color Harmonies of #DC0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0782

Black with #DC0782

Text Example


Text Example

White with #DC0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0782; }

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

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

background-color css

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

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

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

border-color css

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

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

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