#DF5AC2

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

Shades of Free Speech Magenta #DF5AC2

Tints of Free Speech Magenta #DF5AC2

Color information

#DF5AC2 (or 0xDF5AC2) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5A and C2. RGB value is (223,90,194). Sum of RGB (Red+Green+Blue) = 223+90+194=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5AC2 is #20A53D. Grayscale: #8D8D8D. Windows color (decimal): -2139454 or 12737247. OLE color: 12737247.

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

Color convert

RGB22390194-
CMYK00.600.130.13
HSL313.08º67.51%61.37%-
HSV(B)313.08º59.64%87.45%-
XYZ43.8326.953.92-
YUV141.62157.56186.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.98%
GREEN value IS 90 (35.55% from 255) = 17.75%
BLUE value IS 194 (76.17% from 255) = 38.26%
R=43.98%
G=17.75%
B=38.26%

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
Decimal2239019400.600.130.13313.0867.5161.37
HexDF5AC203CDD139443d
Octal337132302074151547110475
Binary110111111011010110000100111100110111011001110011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5AC2; }

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

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

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

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

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

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

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

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