#DA47DF

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

Shades of Free Speech Magenta #DA47DF

Tints of Free Speech Magenta #DA47DF

Color information

#DA47DF (or 0xDA47DF) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 47 and DF. RGB value is (218,71,223). Sum of RGB (Red+Green+Blue) = 218+71+223=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA47DF is #25B820. Grayscale: #838383. Windows color (decimal): -2471969 or 14632922. OLE color: 14632922.

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

Color convert

RGB21871223-
CMYK0.020.6800.13
HSL298.03º70.37%57.65%-
HSV(B)298.03º68.16%87.45%-
XYZ44.4924.7472.24-
YUV132.28179.2189.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 71 (28.12% from 255) = 13.87%
BLUE value IS 223 (87.5% from 255) = 43.55%
R=42.58%
G=13.87%
B=43.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218712230.020.6800.13298.0370.3757.65
HexDA47DF2440D12a463a
Octal332107337210401545210672
Binary11011010100011111011111101000100011011001010101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA47DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA47DF; }

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

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

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

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

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

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

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

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