#DF1A96

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

Shades of Medium Violet Red #DF1A96

Tints of Medium Violet Red #DF1A96

Color information

#DF1A96 (or 0xDF1A96) is unknown color: approx Medium Violet Red. HEX triplet: DF, 1A and 96. RGB value is (223,26,150). Sum of RGB (Red+Green+Blue) = 223+26+150=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1A96 is #20E569. Grayscale: #626262. Windows color (decimal): -2155882 or 9837279. OLE color: 9837279.

HSL color Cylindrical-coordinate representation of color #DF1A96: hue angle of 322.23º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A96 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22326150-
CMYK00.880.330.13
HSL322.23º79.12%48.82%-
HSV(B)322.23º88.34%87.45%-
XYZ36.3118.6330.54-
YUV99.04156.77216.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.89%
GREEN value IS 26 (10.55% from 255) = 6.52%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=55.89%
G=6.52%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232615000.880.330.13322.2379.1248.82
HexDF1A9605821D1424f31
Octal337322260130411550211761
Binary1101111111010100101100101100010000111011010000101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1A96; }

 p { color: rgb(223,26,150); }

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

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

 a { background-color: rgb(223,26,150); }

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

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

 span { border-color: rgb(223,26,150); }

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