#DF5AE8

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

Shades of Free Speech Magenta #DF5AE8

Tints of Free Speech Magenta #DF5AE8

Color information

#DF5AE8 (or 0xDF5AE8) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5A and E8. RGB value is (223,90,232). Sum of RGB (Red+Green+Blue) = 223+90+232=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF5AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5AE8 is #20A517. Grayscale: #919191. Windows color (decimal): -2139416 or 15227615. OLE color: 15227615.

HSL color Cylindrical-coordinate representation of color #DF5AE8: hue angle of 296.2º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5AE8 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22390232-
CMYK0.040.6100.09
HSL296.2º75.53%63.14%-
HSV(B)296.2º61.21%90.98%-
XYZ48.6528.8379.34-
YUV145.95176.56182.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 90 (35.55% from 255) = 16.51%
BLUE value IS 232 (91.02% from 255) = 42.57%
R=40.92%
G=16.51%
B=42.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal223902320.040.6100.09296.275.5363.14
HexDF5AE843D091284c3f
Octal33713235047501145011477
Binary11011111101101011101000100111101010011001010001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5AE8; }

 p { color: rgb(223,90,232); }

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

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

 a { background-color: rgb(223,90,232); }

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

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

 span { border-color: rgb(223,90,232); }

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