#DA56E4

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

Shades of Free Speech Magenta #DA56E4

Tints of Free Speech Magenta #DA56E4

Color information

#DA56E4 (or 0xDA56E4) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 56 and E4. RGB value is (218,86,228). Sum of RGB (Red+Green+Blue) = 218+86+228=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA56E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA56E4 is #25A91B. Grayscale: #8D8D8D. Windows color (decimal): -2468124 or 14964442. OLE color: 14964442.

HSL color Cylindrical-coordinate representation of color #DA56E4: hue angle of 295.77º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA56E4 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21886228-
CMYK0.040.6200.11
HSL295.77º72.45%61.57%-
HSV(B)295.77º62.28%89.41%-
XYZ46.2427.1676.2-
YUV141.66176.73182.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 86 (33.98% from 255) = 16.17%
BLUE value IS 228 (89.45% from 255) = 42.86%
R=40.98%
G=16.17%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218862280.040.6200.11295.7772.4561.57
HexDA56E443E0B128483e
Octal33212634447601345011076
Binary11011010101011011100100100111110010111001010001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA56E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA56E4; }

 p { color: rgb(218,86,228); }

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

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

 a { background-color: rgb(218,86,228); }

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

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

 span { border-color: rgb(218,86,228); }

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