#DF0D90

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

Shades of Medium Violet Red #DF0D90

Tints of Medium Violet Red #DF0D90

Color information

#DF0D90 (or 0xDF0D90) is unknown color: approx Medium Violet Red. HEX triplet: DF, 0D and 90. RGB value is (223,13,144). Sum of RGB (Red+Green+Blue) = 223+13+144=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D90 is #20F26F. Grayscale: #5A5A5A. Windows color (decimal): -2159216 or 9440735. OLE color: 9440735.

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

Color convert

RGB22313144-
CMYK00.940.350.13
HSL322.57º88.98%46.27%-
HSV(B)322.57º94.17%87.45%-
XYZ35.6117.9927.98-
YUV90.72158.07222.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.68%
GREEN value IS 13 (5.47% from 255) = 3.42%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=58.68%
G=3.42%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231314400.940.350.13322.5788.9846.27
HexDFD9005E23D143592e
Octal337152200136431550313156
Binary110111111101100100000101111010001111011010000111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0D90; }

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

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

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

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

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

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

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

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