#DE1396

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

Shades of Medium Violet Red #DE1396

Tints of Medium Violet Red #DE1396

Color information

#DE1396 (or 0xDE1396) is unknown color: approx Medium Violet Red. HEX triplet: DE, 13 and 96. RGB value is (222,19,150). Sum of RGB (Red+Green+Blue) = 222+19+150=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1396 is #21EC69. Grayscale: #5E5E5E. Windows color (decimal): -2223210 or 9835486. OLE color: 9835486.

HSL color Cylindrical-coordinate representation of color #DE1396: hue angle of 321.28º 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 #DE1396 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22219150-
CMYK00.910.320.13
HSL321.28º84.23%47.25%-
HSV(B)321.28º91.44%87.06%-
XYZ35.8618.230.48-
YUV94.63159.25218.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.78%
GREEN value IS 19 (7.81% from 255) = 4.86%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=56.78%
G=4.86%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221915000.910.320.13321.2884.2347.25
HexDE139605B20D141542f
Octal336232260133401550112457
Binary1101111010011100101100101101110000011011010000011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1396; }

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

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

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

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

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

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

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

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