#DA61BA

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

Shades of Free Speech Magenta #DA61BA

Tints of Free Speech Magenta #DA61BA

Color information

#DA61BA (or 0xDA61BA) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and BA. RGB value is (218,97,186). Sum of RGB (Red+Green+Blue) = 218+97+186=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61BA is #259E45. Grayscale: #8F8F8F. Windows color (decimal): -2465350 or 12214746. OLE color: 12214746.

HSL color Cylindrical-coordinate representation of color #DA61BA: hue angle of 315.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA61BA is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB21897186-
CMYK00.560.150.15
HSL315.87º62.05%61.76%-
HSV(B)315.87º55.5%85.49%-
XYZ42.052749.45-
YUV143.33152.09181.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 97 (38.28% from 255) = 19.36%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=43.51%
G=19.36%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189718600.560.150.15315.8762.0561.76
HexDA61BA038FF13c3e3e
Octal33214127207017174747676
Binary11011010110000110111010011100011111111100111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61BA; }

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

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

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

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

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

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

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

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