#DF48DC

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

Shades of Free Speech Magenta #DF48DC

Tints of Free Speech Magenta #DF48DC

Color information

#DF48DC (or 0xDF48DC) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 48 and DC. RGB value is (223,72,220). Sum of RGB (Red+Green+Blue) = 223+72+220=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48DC is #20B723. Grayscale: #858585. Windows color (decimal): -2144036 or 14436575. OLE color: 14436575.

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

Color convert

RGB22372220-
CMYK00.680.010.13
HSL301.19º70.23%57.84%-
HSV(B)301.19º67.71%87.45%-
XYZ45.6725.4970.22-
YUV134.02176.53191.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 72 (28.52% from 255) = 13.98%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=43.30%
G=13.98%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237222000.680.010.13301.1970.2357.84
HexDF48DC0441D12d463a
Octal337110334010411545510672
Binary1101111110010001101110001000100111011001011011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF48DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF48DC; }

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

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

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

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

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

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

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

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