#DE59C1

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

Shades of Free Speech Magenta #DE59C1

Tints of Free Speech Magenta #DE59C1

Color information

#DE59C1 (or 0xDE59C1) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 59 and C1. RGB value is (222,89,193). Sum of RGB (Red+Green+Blue) = 222+89+193=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE59C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE59C1 is #21A63E. Grayscale: #8C8C8C. Windows color (decimal): -2205247 or 12671454. OLE color: 12671454.

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

Color convert

RGB22289193-
CMYK00.600.130.13
HSL313.08º66.83%60.98%-
HSV(B)313.08º59.91%87.06%-
XYZ43.3226.5253.29-
YUV140.62157.56186.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 89 (35.16% from 255) = 17.66%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=44.05%
G=17.66%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228919300.600.130.13313.0866.8360.98
HexDE59C103CDD139433d
Octal336131301074151547110375
Binary110111101011001110000010111100110111011001110011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE59C1; }

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

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

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

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

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

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

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

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