Html Css Color HEX #DC0978 Medium Violet Red

📋 copy color: '#DC0978'

red 220 ◦ green 9 ◦ blue 120

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

Shades of Medium Violet Red #DC0978

Tints of Medium Violet Red #DC0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.58%

 BLUE value IS 120 (47.27% from 255) = 34.38%

R = 63.04%
G = 2.58%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC0978 (or 0xDC0978) is known color: Medium Violet Red. HEX triplet: DC, 09 and 78. RGB value is (220,9,120). Sum of RGB (Red+Green+Blue) = 220+9+120=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0978 is #23F687. Grayscale: #545454. Windows color (decimal): -2356872 or 7866844. OLE color: 7866844.

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

Color convert

RGB 220 9 120 -
CMYK 0 0.96 0.45 0.14
HSL 328.44º 0.92% 0.45% -
HSV(B) 328.44º 0.96% 0.86% -
XYZ 33 16.77 19.27 -
YUV 84.74 147.9 224.47 -
System Red Green Blue C M Y K H S L
Decimal 220 9 120 0 0.96 0.45 0.14 328.44 0.92 0.45
Hex DC 9 78 0 60 2D E 148 5C 2D
Octal 334 11 170 0 140 55 16 510 134 55
Binary 11011100 1001 1111000 0 1100000 101101 1110 101001000 1011100 101101

Color Harmonies of #DC0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0978

Black with #DC0978

Text Example


Text Example

White with #DC0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0978; }

 p { color: rgb(220,9,120); }

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

background-color css

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

 a { background-color: rgb(220,9,120); }

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

border-color css

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

 span { border-color: rgb(220,9,120); }

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