Html Css Color HEX #DC0878 Medium Violet Red

📋 copy color: '#DC0878'

red 220 ◦ green 8 ◦ blue 120

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

Shades of Medium Violet Red #DC0878

Tints of Medium Violet Red #DC0878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

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

R = 63.22%
G = 2.3%
B = 34.48%

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

#DC0878 (or 0xDC0878) is known color: Medium Violet Red. HEX triplet: DC, 08 and 78. RGB value is (220,8,120). Sum of RGB (Red+Green+Blue) = 220+8+120=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0878 is #23F787. Grayscale: #535353. Windows color (decimal): -2357128 or 7866588. OLE color: 7866588.

HSL color Cylindrical-coordinate representation of color #DC0878: hue angle of 328.3º degrees, saturation: 0.93, 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 #DC0878 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 120 -
CMYK 0 0.96 0.45 0.14
HSL 328.3º 0.93% 0.45% -
HSV(B) 328.3º 0.96% 0.86% -
XYZ 32.99 16.75 19.26 -
YUV 84.16 148.24 224.89 -
System Red Green Blue C M Y K H S L
Decimal 220 8 120 0 0.96 0.45 0.14 328.3 0.93 0.45
Hex DC 8 78 0 60 2D E 148 5D 2D
Octal 334 10 170 0 140 55 16 510 135 55
Binary 11011100 1000 1111000 0 1100000 101101 1110 101001000 1011101 101101

Color Harmonies of #DC0878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0878

Black with #DC0878

Text Example


Text Example

White with #DC0878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0878; }

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

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

background-color css

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

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

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

border-color css

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

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

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