#DF1290

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

Shades of Medium Violet Red #DF1290

Tints of Medium Violet Red #DF1290

Color information

#DF1290 (or 0xDF1290) is unknown color: approx Medium Violet Red. HEX triplet: DF, 12 and 90. RGB value is (223,18,144). Sum of RGB (Red+Green+Blue) = 223+18+144=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1290 is #20ED6F. Grayscale: #5D5D5D. Windows color (decimal): -2157936 or 9442015. OLE color: 9442015.

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

Color convert

RGB22318144-
CMYK00.920.350.13
HSL323.12º85.06%47.25%-
HSV(B)323.12º91.93%87.45%-
XYZ35.6818.1328.01-
YUV93.66156.42220.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.92%
GREEN value IS 18 (7.42% from 255) = 4.68%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=57.92%
G=4.68%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231814400.920.350.13323.1285.0647.25
HexDF129005C23D143552f
Octal337222200134431550312557
Binary1101111110010100100000101110010001111011010000111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1290; }

 p { color: rgb(223,18,144); }

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

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

 a { background-color: rgb(223,18,144); }

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

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

 span { border-color: rgb(223,18,144); }

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