#DF5FDB

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

Shades of Free Speech Magenta #DF5FDB

Tints of Free Speech Magenta #DF5FDB

Color information

#DF5FDB (or 0xDF5FDB) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5F and DB. RGB value is (223,95,219). Sum of RGB (Red+Green+Blue) = 223+95+219=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FDB is #20A024. Grayscale: #939393. Windows color (decimal): -2138149 or 14376927. OLE color: 14376927.

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

Color convert

RGB22395219-
CMYK00.570.020.13
HSL301.88º66.67%62.35%-
HSV(B)301.88º57.4%87.45%-
XYZ47.3128.9970.12-
YUV147.41168.41181.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=41.53%
G=17.69%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239521900.570.020.13301.8866.6762.35
HexDF5FDB0392D12e433e
Octal33713733307121545610376
Binary1101111110111111101101101110011011011001011101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5FDB; }

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

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

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

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

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

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

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

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