#DE1395

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

Shades of Medium Violet Red #DE1395

Tints of Medium Violet Red #DE1395

Color information

#DE1395 (or 0xDE1395) is unknown color: approx Medium Violet Red. HEX triplet: DE, 13 and 95. RGB value is (222,19,149). Sum of RGB (Red+Green+Blue) = 222+19+149=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1395 is #21EC6A. Grayscale: #5E5E5E. Windows color (decimal): -2223211 or 9769950. OLE color: 9769950.

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

Color convert

RGB22219149-
CMYK00.910.330.13
HSL321.58º84.23%47.25%-
HSV(B)321.58º91.44%87.06%-
XYZ35.7818.1730.05-
YUV94.52158.75218.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.92%
GREEN value IS 19 (7.81% from 255) = 4.87%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=56.92%
G=4.87%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221914900.910.330.13321.5884.2347.25
HexDE139505B21D142542f
Octal336232250133411550212457
Binary1101111010011100101010101101110000111011010000101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1395; }

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

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

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

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

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

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

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

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