#df58c8

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

Shades of Free Speech Magenta #DF58C8

Tints of Free Speech Magenta #DF58C8

Color information

#DF58C8 (or 0xDF58C8) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 58 and C8. RGB value is (223,88,200). Sum of RGB (Red+Green+Blue) = 223+88+200=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF58C8 is #20A737. Grayscale: #8C8C8C. Windows color (decimal): -2139960 or 13129951. OLE color: 13129951.

HSL color Cylindrical-coordinate representation of color #DF58C8: hue angle of 310.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF58C8 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22388200-
CMYK00.610.100.13
HSL310.22º67.84%60.98%-
HSV(B)310.22º60.54%87.45%-
XYZ44.3526.8457.49-
YUV141.13161.23186.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 88 (34.77% from 255) = 17.22%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=43.64%
G=17.22%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238820000.610.100.13310.2267.8460.98
HexDF58C803DAD136443d
Octal337130310075121546610475
Binary110111111011000110010000111101101011011001101101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df58c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df58c8; }

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

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

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

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

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

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

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

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