#DF4FB7

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

Shades of Free Speech Magenta #DF4FB7

Tints of Free Speech Magenta #DF4FB7

Color information

#DF4FB7 (or 0xDF4FB7) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4F and B7. RGB value is (223,79,183). Sum of RGB (Red+Green+Blue) = 223+79+183=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4FB7 is #20B048. Grayscale: #858585. Windows color (decimal): -2142281 or 12013535. OLE color: 12013535.

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

Color convert

RGB22379183-
CMYK00.650.180.13
HSL316.67º69.23%59.22%-
HSV(B)316.67º64.57%87.45%-
XYZ41.7724.747.37-
YUV133.91155.71191.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 79 (31.25% from 255) = 16.29%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=45.98%
G=16.29%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237918300.650.180.13316.6769.2359.22
HexDF4FB704112D13d453b
Octal3371172670101221547510573
Binary11011111100111110110111010000011001011011001111011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4FB7; }

 p { color: rgb(223,79,183); }

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

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

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

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

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

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

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