#DF107B

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

Shades of Medium Violet Red #DF107B

Tints of Medium Violet Red #DF107B

Color information

#DF107B (or 0xDF107B) is unknown color: approx Medium Violet Red. HEX triplet: DF, 10 and 7B. RGB value is (223,16,123). Sum of RGB (Red+Green+Blue) = 223+16+123=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF107B is #20EF84. Grayscale: #595959. Windows color (decimal): -2158469 or 8065247. OLE color: 8065247.

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

Color convert

RGB22316123-
CMYK00.930.450.13
HSL328.99º86.61%46.86%-
HSV(B)328.99º92.83%87.45%-
XYZ34.1917.4920.31-
YUV90.09146.58222.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.60%
GREEN value IS 16 (6.64% from 255) = 4.42%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=61.60%
G=4.42%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231612300.930.450.13328.9986.6146.86
HexDF107B05D2DD149572f
Octal337201730135551551112757
Binary110111111000011110110101110110110111011010010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF107B; }

 p { color: rgb(223,16,123); }

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

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

 a { background-color: rgb(223,16,123); }

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

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

 span { border-color: rgb(223,16,123); }

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