#DC127D

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

Shades of Medium Violet Red #DC127D

Tints of Medium Violet Red #DC127D

Color information

#DC127D (or 0xDC127D) is unknown color: approx Medium Violet Red. HEX triplet: DC, 12 and 7D. RGB value is (220,18,125). Sum of RGB (Red+Green+Blue) = 220+18+125=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC127D is #23ED82. Grayscale: #5A5A5A. Windows color (decimal): -2354563 or 8196828. OLE color: 8196828.

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

Color convert

RGB22018125-
CMYK00.920.430.14
HSL328.22º84.87%46.67%-
HSV(B)328.22º91.82%86.27%-
XYZ33.4317.1320.95-
YUV90.6147.42220.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.61%
GREEN value IS 18 (7.42% from 255) = 4.96%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=60.61%
G=4.96%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201812500.920.430.14328.2284.8746.67
HexDC127D05C2BE148552f
Octal334221750134531651012557
Binary110111001001011111010101110010101111101010010001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC127D; }

 p { color: rgb(220,18,125); }

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

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

 a { background-color: rgb(220,18,125); }

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

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

 span { border-color: rgb(220,18,125); }

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