#DA61DF

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

Shades of Free Speech Magenta #DA61DF

Tints of Free Speech Magenta #DA61DF

Color information

#DA61DF (or 0xDA61DF) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and DF. RGB value is (218,97,223). Sum of RGB (Red+Green+Blue) = 218+97+223=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61DF is #259E20. Grayscale: #939393. Windows color (decimal): -2465313 or 14639578. OLE color: 14639578.

HSL color Cylindrical-coordinate representation of color #DA61DF: hue angle of 297.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA61DF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21897223-
CMYK0.020.5700.13
HSL297.62º66.32%62.75%-
HSV(B)297.62º56.5%87.45%-
XYZ46.5128.7872.92-
YUV147.54170.59178.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 97 (38.28% from 255) = 18.03%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=40.52%
G=18.03%
B=41.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218972230.020.5700.13297.6266.3262.75
HexDA61DF2390D12a423f
Octal33214133727101545210277
Binary1101101011000011101111110111001011011001010101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61DF; }

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

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

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

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

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

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

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

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