#dc47df

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

Shades of Free Speech Magenta #DC47DF

Tints of Free Speech Magenta #DC47DF

Color information

#DC47DF (or 0xDC47DF) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 47 and DF. RGB value is (220,71,223). Sum of RGB (Red+Green+Blue) = 220+71+223=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47DF is #23B820. Grayscale: #848484. Windows color (decimal): -2340897 or 14632924. OLE color: 14632924.

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

Color convert

RGB22071223-
CMYK0.010.6800.13
HSL298.82º70.37%57.65%-
HSV(B)298.82º68.16%87.45%-
XYZ45.0925.0572.27-
YUV132.88178.86190.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 71 (28.12% from 255) = 13.81%
BLUE value IS 223 (87.5% from 255) = 43.39%
R=42.80%
G=13.81%
B=43.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220712230.010.6800.13298.8270.3757.65
HexDC47DF1440D12b463a
Octal334107337110401545310672
Binary1101110010001111101111111000100011011001010111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc47df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc47df; }

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

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

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

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

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

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

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

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