#de59bf

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

Shades of Free Speech Magenta #DE59BF

Tints of Free Speech Magenta #DE59BF

Color information

#DE59BF (or 0xDE59BF) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 59 and BF. RGB value is (222,89,191). Sum of RGB (Red+Green+Blue) = 222+89+191=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE59BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE59BF is #21A640. Grayscale: #8C8C8C. Windows color (decimal): -2205249 or 12540382. OLE color: 12540382.

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

Color convert

RGB22289191-
CMYK00.600.140.13
HSL313.98º66.83%60.98%-
HSV(B)313.98º59.91%87.06%-
XYZ43.126.4452.12-
YUV140.39156.56186.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 89 (35.16% from 255) = 17.73%
BLUE value IS 191 (75% from 255) = 38.05%
R=44.22%
G=17.73%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228919100.600.140.13313.9866.8360.98
HexDE59BF03CED13a433d
Octal336131277074161547210375
Binary110111101011001101111110111100111011011001110101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de59bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de59bf; }

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

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

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

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

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

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

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

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