#DC008C

Color #DC008C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DC008C

Tints of Medium Violet Red #DC008C

Color information

#DC008C (or 0xDC008C) is unknown color: approx Medium Violet Red. HEX triplet: DC, 00 and 8C. RGB value is (220,0,140). Sum of RGB (Red+Green+Blue) = 220+0+140=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC008C is #23FF73. Grayscale: #515151. Windows color (decimal): -2359156 or 9175260. OLE color: 9175260.

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

Color convert

RGB2200140-
CMYK010.360.14
HSL321.82º100%43.14%-
HSV(B)321.82º100%86.27%-
XYZ34.2517.1126.31-
YUV81.74160.89226.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=61.11%
G=0%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2200140010.360.14321.8210043.14
HexDC08C06424E142642b
Octal33402140144441650214453
Binary110111000100011000110010010010011101010000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC008C; }

 p { color: rgb(220,0,140); }

 H1.HeaderClassName
 {
   color: #DC008C;
 }
 .AnyTagClassName
 {
   color: #DC008C;
 }
</style>
background-color css

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

 a { background-color: rgb(220,0,140); }

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

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

 span { border-color: rgb(220,0,140); }

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