#DF48E6

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

Shades of Free Speech Magenta #DF48E6

Tints of Free Speech Magenta #DF48E6

Color information

#DF48E6 (or 0xDF48E6) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 48 and E6. RGB value is (223,72,230). Sum of RGB (Red+Green+Blue) = 223+72+230=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF48E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF48E6 is #20B719. Grayscale: #868686. Windows color (decimal): -2144026 or 15091935. OLE color: 15091935.

HSL color Cylindrical-coordinate representation of color #DF48E6: hue angle of 297.34º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF48E6 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22372230-
CMYK0.030.6900.10
HSL297.34º75.96%59.22%-
HSV(B)297.34º68.7%90.2%-
XYZ47.0326.0477.41-
YUV135.16181.53190.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 72 (28.52% from 255) = 13.71%
BLUE value IS 230 (90.23% from 255) = 43.81%
R=42.48%
G=13.71%
B=43.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223722300.030.6900.10297.3475.9659.22
HexDF48E63450A1294c3b
Octal337110346310501245111473
Binary11011111100100011100110111000101010101001010011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF48E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF48E6; }

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

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

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

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

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

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

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

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