#DE127B

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

Shades of Medium Violet Red #DE127B

Tints of Medium Violet Red #DE127B

Color information

#DE127B (or 0xDE127B) is unknown color: approx Medium Violet Red. HEX triplet: DE, 12 and 7B. RGB value is (222,18,123). Sum of RGB (Red+Green+Blue) = 222+18+123=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE127B is #21ED84. Grayscale: #5A5A5A. Windows color (decimal): -2223493 or 8065758. OLE color: 8065758.

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

Color convert

RGB22218123-
CMYK00.920.450.13
HSL329.12º85%47.06%-
HSV(B)329.12º91.89%87.06%-
XYZ33.9217.3920.31-
YUV90.97146.09221.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.16%
GREEN value IS 18 (7.42% from 255) = 4.96%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=61.16%
G=4.96%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221812300.920.450.13329.128547.06
HexDE127B05C2DD149552f
Octal336221730134551551112557
Binary110111101001011110110101110010110111011010010011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE127B; }

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

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

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

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

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

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

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

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