#DF48E2

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

Shades of Free Speech Magenta #DF48E2

Tints of Free Speech Magenta #DF48E2

Color information

#DF48E2 (or 0xDF48E2) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 48 and E2. RGB value is (223,72,226). Sum of RGB (Red+Green+Blue) = 223+72+226=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #DF48E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48E2 is #20B71D. Grayscale: #868686. Windows color (decimal): -2144030 or 14829791. OLE color: 14829791.

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

Color convert

RGB22372226-
CMYK0.010.6800.11
HSL298.83º72.64%58.43%-
HSV(B)298.83º68.14%88.63%-
XYZ46.4825.8174.48-
YUV134.7179.53190.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 72 (28.52% from 255) = 13.82%
BLUE value IS 226 (88.67% from 255) = 43.38%
R=42.80%
G=13.82%
B=43.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal223722260.010.6800.11298.8372.6458.43
HexDF48E21440B12b493a
Octal337110342110401345311172
Binary1101111110010001110001011000100010111001010111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF48E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF48E2; }

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

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

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

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

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

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

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

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