#DE5AC6

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

Shades of Free Speech Magenta #DE5AC6

Tints of Free Speech Magenta #DE5AC6

Color information

#DE5AC6 (or 0xDE5AC6) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5A and C6. RGB value is (222,90,198). Sum of RGB (Red+Green+Blue) = 222+90+198=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5AC6 is #21A539. Grayscale: #8D8D8D. Windows color (decimal): -2204986 or 12999390. OLE color: 12999390.

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

Color convert

RGB22290198-
CMYK00.590.110.13
HSL310.91º66.67%61.18%-
HSV(B)310.91º59.46%87.06%-
XYZ43.9726.9256.3-
YUV141.78159.73185.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 90 (35.55% from 255) = 17.65%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=43.53%
G=17.65%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229019800.590.110.13310.9166.6761.18
HexDE5AC603BBD137433d
Octal336132306073131546710375
Binary110111101011010110001100111011101111011001101111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5AC6; }

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

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

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

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

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

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

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

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