#DF5FBF

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

Shades of Free Speech Magenta #DF5FBF

Tints of Free Speech Magenta #DF5FBF

Color information

#DF5FBF (or 0xDF5FBF) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5F and BF. RGB value is (223,95,191). Sum of RGB (Red+Green+Blue) = 223+95+191=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FBF is #20A040. Grayscale: #8F8F8F. Windows color (decimal): -2138177 or 12541919. OLE color: 12541919.

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

Color convert

RGB22395191-
CMYK00.570.140.13
HSL315º66.67%62.35%-
HSV(B)315º57.4%87.45%-
XYZ43.9327.6352.31-
YUV144.22154.41184.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 95 (37.5% from 255) = 18.66%
BLUE value IS 191 (75% from 255) = 37.52%
R=43.81%
G=18.66%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239519100.570.140.1331566.6762.35
HexDF5FBF039ED13b433e
Octal337137277071161547310376
Binary110111111011111101111110111001111011011001110111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5FBF; }

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

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

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

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

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

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

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

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