#DE59BB

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

Shades of Free Speech Magenta #DE59BB

Tints of Free Speech Magenta #DE59BB

Color information

#DE59BB (or 0xDE59BB) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 59 and BB. RGB value is (222,89,187). Sum of RGB (Red+Green+Blue) = 222+89+187=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE59BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE59BB is #21A644. Grayscale: #8B8B8B. Windows color (decimal): -2205253 or 12278238. OLE color: 12278238.

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

Color convert

RGB22289187-
CMYK00.600.160.13
HSL315.79º66.83%60.98%-
HSV(B)315.79º59.91%87.06%-
XYZ42.6726.2649.83-
YUV139.94154.56186.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.58%
GREEN value IS 89 (35.16% from 255) = 17.87%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=44.58%
G=17.87%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228918700.600.160.13315.7966.8360.98
HexDE59BB03C10D13c433d
Octal336131273074201547410375
Binary1101111010110011011101101111001000011011001111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE59BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE59BB; }

 p { color: rgb(222,89,187); }

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

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

 a { background-color: rgb(222,89,187); }

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

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

 span { border-color: rgb(222,89,187); }

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