#DF48F9

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

Shades of Free Speech Magenta #DF48F9

Tints of Free Speech Magenta #DF48F9

Color information

#DF48F9 (or 0xDF48F9) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 48 and F9. RGB value is (223,72,249). Sum of RGB (Red+Green+Blue) = 223+72+249=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 72 (28.52% from 255 or 13.24% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF48F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF48F9 is #20B706. Grayscale: #888888. Windows color (decimal): -2144007 or 16337119. OLE color: 16337119.

HSL color Cylindrical-coordinate representation of color #DF48F9: hue angle of 291.19º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF48F9 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22372249-
CMYK0.100.7100.02
HSL291.19º93.65%62.94%-
HSV(B)291.19º71.08%97.65%-
XYZ49.8527.1692.24-
YUV137.33191.03189.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 72 (28.52% from 255) = 13.24%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=40.99%
G=13.24%
B=45.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal223722490.100.7100.02291.1993.6562.94
HexDF48F9A47021235e3f
Octal337110371121070244313677
Binary11011111100100011111001101010001110101001000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF48F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF48F9; }

 p { color: rgb(223,72,249); }

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

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

 a { background-color: rgb(223,72,249); }

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

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

 span { border-color: rgb(223,72,249); }

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