#DE128A

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

Shades of Medium Violet Red #DE128A

Tints of Medium Violet Red #DE128A

Color information

#DE128A (or 0xDE128A) is unknown color: approx Medium Violet Red. HEX triplet: DE, 12 and 8A. RGB value is (222,18,138). Sum of RGB (Red+Green+Blue) = 222+18+138=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE128A is #21ED75. Grayscale: #5C5C5C. Windows color (decimal): -2223478 or 9048798. OLE color: 9048798.

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

Color convert

RGB22218138-
CMYK00.920.380.13
HSL324.71º85%47.06%-
HSV(B)324.71º91.89%87.06%-
XYZ34.9317.825.64-
YUV92.68153.59220.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.73%
GREEN value IS 18 (7.42% from 255) = 4.76%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=58.73%
G=4.76%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221813800.920.380.13324.718547.06
HexDE128A05C26D145552f
Octal336222120134461550512557
Binary1101111010010100010100101110010011011011010001011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE128A; }

 p { color: rgb(222,18,138); }

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

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

 a { background-color: rgb(222,18,138); }

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

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

 span { border-color: rgb(222,18,138); }

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