#DF1888

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

Shades of Medium Violet Red #DF1888

Tints of Medium Violet Red #DF1888

Color information

#DF1888 (or 0xDF1888) is unknown color: approx Medium Violet Red. HEX triplet: DF, 18 and 88. RGB value is (223,24,136). Sum of RGB (Red+Green+Blue) = 223+24+136=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1888 is #20E777. Grayscale: #606060. Windows color (decimal): -2156408 or 8919263. OLE color: 8919263.

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

Color convert

RGB22324136-
CMYK00.890.390.13
HSL326.23º80.57%48.43%-
HSV(B)326.23º89.24%87.45%-
XYZ35.218.1224.93-
YUV96.27150.43218.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.22%
GREEN value IS 24 (9.77% from 255) = 6.27%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=58.22%
G=6.27%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232413600.890.390.13326.2380.5748.43
HexDF188805927D1465130
Octal337302100131471550612160
Binary1101111111000100010000101100110011111011010001101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1888; }

 p { color: rgb(223,24,136); }

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

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

 a { background-color: rgb(223,24,136); }

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

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

 span { border-color: rgb(223,24,136); }

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