#DF5CDE

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

Shades of Free Speech Magenta #DF5CDE

Tints of Free Speech Magenta #DF5CDE

Color information

#DF5CDE (or 0xDF5CDE) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5C and DE. RGB value is (223,92,222). Sum of RGB (Red+Green+Blue) = 223+92+222=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CDE is #20A321. Grayscale: #919191. Windows color (decimal): -2138914 or 14572767. OLE color: 14572767.

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

Color convert

RGB22392222-
CMYK00.590.000.13
HSL300.46º67.18%61.76%-
HSV(B)300.46º58.74%87.45%-
XYZ47.4428.6272.13-
YUV145.99170.9182.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 92 (36.33% from 255) = 17.13%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=41.53%
G=17.13%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239222200.590.000.13300.4667.1861.76
HexDF5CDE03B0D12c433e
Octal33713433607301545410376
Binary110111111011100110111100111011011011001011001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5CDE; }

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

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

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

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

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

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

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

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