#DC008A

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

Shades of Medium Violet Red #DC008A

Tints of Medium Violet Red #DC008A

Color information

#DC008A (or 0xDC008A) is unknown color: approx Medium Violet Red. HEX triplet: DC, 00 and 8A. RGB value is (220,0,138). Sum of RGB (Red+Green+Blue) = 220+0+138=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC008A is #23FF75. Grayscale: #515151. Windows color (decimal): -2359158 or 9044188. OLE color: 9044188.

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

Color convert

RGB2200138-
CMYK010.370.14
HSL322.36º100%43.14%-
HSV(B)322.36º100%86.27%-
XYZ34.117.0525.54-
YUV81.51159.89226.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=61.45%
G=0%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2200138010.370.14322.3610043.14
HexDC08A06425E142642b
Octal33402120144451650214453
Binary110111000100010100110010010010111101010000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC008A; }

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

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

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

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

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

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

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

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