#DF5CDF

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

Shades of Free Speech Magenta #DF5CDF

Tints of Free Speech Magenta #DF5CDF

Color information

#DF5CDF (or 0xDF5CDF) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5C and DF. RGB value is (223,92,223). Sum of RGB (Red+Green+Blue) = 223+92+223=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF5CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CDF is #20A320. Grayscale: #919191. Windows color (decimal): -2138913 or 14638303. OLE color: 14638303.

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

Color convert

RGB22392223-
CMYK00.5900.13
HSL300º67.18%61.76%-
HSV(B)300º58.74%87.45%-
XYZ47.5828.6772.84-
YUV146.1171.4182.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 92 (36.33% from 255) = 17.10%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=41.45%
G=17.10%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239222300.5900.1330067.1861.76
HexDF5CDF03B0D12c433e
Octal33713433707301545410376
Binary110111111011100110111110111011011011001011001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5CDF; }

 p { color: rgb(223,92,223); }

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

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

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

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

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

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

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