#DE57BE

Color #DE57BE Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DE57BE

Tints of Free Speech Magenta #DE57BE

Color information

#DE57BE (or 0xDE57BE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 57 and BE. RGB value is (222,87,190). Sum of RGB (Red+Green+Blue) = 222+87+190=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE57BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE57BE is #21A841. Grayscale: #8A8A8A. Windows color (decimal): -2205762 or 12474334. OLE color: 12474334.

HSL color Cylindrical-coordinate representation of color #DE57BE: hue angle of 314.22º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE57BE is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB22287190-
CMYK00.610.140.13
HSL314.22º67.16%60.59%-
HSV(B)314.22º60.81%87.06%-
XYZ42.8326.0651.49-
YUV139.11156.73187.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 87 (34.38% from 255) = 17.43%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=44.49%
G=17.43%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228719000.610.140.13314.2267.1660.59
HexDE57BE03DED13a433d
Octal336127276075161547210375
Binary110111101010111101111100111101111011011001110101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE57BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE57BE; }

 p { color: rgb(222,87,190); }

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

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

 a { background-color: rgb(222,87,190); }

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

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

 span { border-color: rgb(222,87,190); }

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