#DE077E

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

Shades of Medium Violet Red #DE077E

Tints of Medium Violet Red #DE077E

Color information

#DE077E (or 0xDE077E) is unknown color: approx Medium Violet Red. HEX triplet: DE, 07 and 7E. RGB value is (222,7,126). Sum of RGB (Red+Green+Blue) = 222+7+126=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE077E is #21F881. Grayscale: #545454. Windows color (decimal): -2226306 or 8259550. OLE color: 8259550.

HSL color Cylindrical-coordinate representation of color #DE077E: hue angle of 326.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE077E is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB2227126-
CMYK00.970.430.13
HSL326.79º93.89%44.9%-
HSV(B)326.79º96.85%87.06%-
XYZ33.9717.1921.27-
YUV84.85151.23225.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.54%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=62.54%
G=1.97%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222712600.970.430.13326.7993.8944.9
HexDE77E0612BD1475e2d
Octal33671760141531550713655
Binary1101111011111111100110000110101111011010001111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE077E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE077E; }

 p { color: rgb(222,7,126); }

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

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

 a { background-color: rgb(222,7,126); }

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

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

 span { border-color: rgb(222,7,126); }

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