#de1790

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

Shades of Medium Violet Red #DE1790

Tints of Medium Violet Red #DE1790

Color information

#DE1790 (or 0xDE1790) is unknown color: approx Medium Violet Red. HEX triplet: DE, 17 and 90. RGB value is (222,23,144). Sum of RGB (Red+Green+Blue) = 222+23+144=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1790 is #21E86F. Grayscale: #606060. Windows color (decimal): -2222192 or 9443294. OLE color: 9443294.

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

Color convert

RGB22223144-
CMYK00.900.350.13
HSL323.52º81.22%48.04%-
HSV(B)323.52º89.64%87.06%-
XYZ35.4618.1628.02-
YUV96.3154.93217.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.07%
GREEN value IS 23 (9.38% from 255) = 5.91%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=57.07%
G=5.91%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222314400.900.350.13323.5281.2248.04
HexDE179005A23D1445130
Octal336272200132431550412160
Binary1101111010111100100000101101010001111011010001001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de1790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de1790; }

 p { color: rgb(222,23,144); }

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

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

 a { background-color: rgb(222,23,144); }

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

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

 span { border-color: rgb(222,23,144); }

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