#DE0188

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

Shades of Medium Violet Red #DE0188

Tints of Medium Violet Red #DE0188

Color information

#DE0188 (or 0xDE0188) is unknown color: approx Medium Violet Red. HEX triplet: DE, 01 and 88. RGB value is (222,1,136). Sum of RGB (Red+Green+Blue) = 222+1+136=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0188 is #21FE77. Grayscale: #525252. Windows color (decimal): -2227832 or 8913374. OLE color: 8913374.

HSL color Cylindrical-coordinate representation of color #DE0188: hue angle of 323.35º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0188 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB2221136-
CMYK01.000.390.13
HSL323.35º99.1%43.73%-
HSV(B)323.35º99.55%87.06%-
XYZ34.5817.3324.81-
YUV82.47158.22227.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.84%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=61.84%
G=0.28%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222113601.000.390.13323.3599.143.73
HexDE18806427D143632c
Octal33612100144471550314354
Binary110111101100010000110010010011111011010000111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0188; }

 p { color: rgb(222,1,136); }

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

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

 a { background-color: rgb(222,1,136); }

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

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

 span { border-color: rgb(222,1,136); }

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