#df47c2

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

Shades of Free Speech Magenta #DF47C2

Tints of Free Speech Magenta #DF47C2

Color information

#DF47C2 (or 0xDF47C2) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 47 and C2. RGB value is (223,71,194). Sum of RGB (Red+Green+Blue) = 223+71+194=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47C2 is #20B83D. Grayscale: #828282. Windows color (decimal): -2144318 or 12732383. OLE color: 12732383.

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

Color convert

RGB22371194-
CMYK00.680.130.13
HSL311.45º70.37%57.65%-
HSV(B)311.45º68.16%87.45%-
XYZ42.4224.0953.45-
YUV130.47163.86194-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.70%
GREEN value IS 71 (28.12% from 255) = 14.55%
BLUE value IS 194 (76.17% from 255) = 39.75%
R=45.70%
G=14.55%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237119400.680.130.13311.4570.3757.65
HexDF47C2044DD137463a
Octal3371073020104151546710672
Binary1101111110001111100001001000100110111011001101111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df47c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df47c2; }

 p { color: rgb(223,71,194); }

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

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

 a { background-color: rgb(223,71,194); }

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

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

 span { border-color: rgb(223,71,194); }

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