#DF58F0

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

Shades of Free Speech Magenta #DF58F0

Tints of Free Speech Magenta #DF58F0

Color information

#DF58F0 (or 0xDF58F0) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 58 and F0. RGB value is (223,88,240). Sum of RGB (Red+Green+Blue) = 223+88+240=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF58F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58F0 is #20A70F. Grayscale: #919191. Windows color (decimal): -2139920 or 15751391. OLE color: 15751391.

HSL color Cylindrical-coordinate representation of color #DF58F0: hue angle of 293.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF58F0 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22388240-
CMYK0.070.6300.06
HSL293.29º83.52%64.31%-
HSV(B)293.29º63.33%94.12%-
XYZ49.6528.9685.41-
YUV145.69181.23183.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 88 (34.77% from 255) = 15.97%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=40.47%
G=15.97%
B=43.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal223882400.070.6300.06293.2983.5264.31
HexDF58F073F061255440
Octal33713036077706445124100
Binary11011111101100011110000111111111011010010010110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF58F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF58F0; }

 p { color: rgb(223,88,240); }

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

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

 a { background-color: rgb(223,88,240); }

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

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

 span { border-color: rgb(223,88,240); }

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