#DE5ACE

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

Shades of Free Speech Magenta #DE5ACE

Tints of Free Speech Magenta #DE5ACE

Color information

#DE5ACE (or 0xDE5ACE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5A and CE. RGB value is (222,90,206). Sum of RGB (Red+Green+Blue) = 222+90+206=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5ACE is #21A531. Grayscale: #8E8E8E. Windows color (decimal): -2204978 or 13523678. OLE color: 13523678.

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

Color convert

RGB22290206-
CMYK00.590.070.13
HSL307.27º66.67%61.18%-
HSV(B)307.27º59.46%87.06%-
XYZ44.9227.361.29-
YUV142.69163.73184.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 17.37%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=42.86%
G=17.37%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229020600.590.070.13307.2766.6761.18
HexDE5ACE03B7D133433d
Octal33613231607371546310375
Binary11011110101101011001110011101111111011001100111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5ACE; }

 p { color: rgb(222,90,206); }

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

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

 a { background-color: rgb(222,90,206); }

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

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

 span { border-color: rgb(222,90,206); }

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