#DE1895

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

Shades of Medium Violet Red #DE1895

Tints of Medium Violet Red #DE1895

Color information

#DE1895 (or 0xDE1895) is unknown color: approx Medium Violet Red. HEX triplet: DE, 18 and 95. RGB value is (222,24,149). Sum of RGB (Red+Green+Blue) = 222+24+149=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1895 is #21E76A. Grayscale: #616161. Windows color (decimal): -2221931 or 9771230. OLE color: 9771230.

HSL color Cylindrical-coordinate representation of color #DE1895: hue angle of 322.12º degrees, saturation: 0.8, 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 #DE1895 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22224149-
CMYK00.890.330.13
HSL322.12º80.49%48.24%-
HSV(B)322.12º89.19%87.06%-
XYZ35.8818.3530.09-
YUV97.45157.1216.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.20%
GREEN value IS 24 (9.77% from 255) = 6.08%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=56.20%
G=6.08%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222414900.890.330.13322.1280.4948.24
HexDE189505921D1425030
Octal336302250131411550212060
Binary1101111011000100101010101100110000111011010000101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1895; }

 p { color: rgb(222,24,149); }

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

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

 a { background-color: rgb(222,24,149); }

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

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

 span { border-color: rgb(222,24,149); }

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