#DF48D8

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

Shades of Free Speech Magenta #DF48D8

Tints of Free Speech Magenta #DF48D8

Color information

#DF48D8 (or 0xDF48D8) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 48 and D8. RGB value is (223,72,216). Sum of RGB (Red+Green+Blue) = 223+72+216=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48D8 is #20B727. Grayscale: #858585. Windows color (decimal): -2144040 or 14174431. OLE color: 14174431.

HSL color Cylindrical-coordinate representation of color #DF48D8: hue angle of 302.78º 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 #DF48D8 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22372216-
CMYK00.680.030.13
HSL302.78º70.23%57.84%-
HSV(B)302.78º67.71%87.45%-
XYZ45.1425.2867.47-
YUV133.56174.53191.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 72 (28.52% from 255) = 14.09%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=43.64%
G=14.09%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237221600.680.030.13302.7870.2357.84
HexDF48D80443D12f463a
Octal337110330010431545710672
Binary11011111100100011011000010001001111011001011111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF48D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF48D8; }

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

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

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

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

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

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

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

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