#DF5FDE

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

Shades of Free Speech Magenta #DF5FDE

Tints of Free Speech Magenta #DF5FDE

Color information

#DF5FDE (or 0xDF5FDE) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5F and DE. RGB value is (223,95,222). Sum of RGB (Red+Green+Blue) = 223+95+222=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FDE is #20A021. Grayscale: #939393. Windows color (decimal): -2138146 or 14573535. OLE color: 14573535.

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

Color convert

RGB22395222-
CMYK00.570.000.13
HSL300.47º66.67%62.35%-
HSV(B)300.47º57.4%87.45%-
XYZ47.7129.1572.22-
YUV147.75169.91181.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 95 (37.5% from 255) = 17.59%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=41.30%
G=17.59%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239522200.570.000.13300.4766.6762.35
HexDF5FDE0390D12c433e
Octal33713733607101545410376
Binary110111111011111110111100111001011011001011001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5FDE; }

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

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

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

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

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

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

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

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