#DA61B9

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

Shades of Free Speech Magenta #DA61B9

Tints of Free Speech Magenta #DA61B9

Color information

#DA61B9 (or 0xDA61B9) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and B9. RGB value is (218,97,185). Sum of RGB (Red+Green+Blue) = 218+97+185=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61B9 is #259E46. Grayscale: #8E8E8E. Windows color (decimal): -2465351 or 12149210. OLE color: 12149210.

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

Color convert

RGB21897185-
CMYK00.560.150.15
HSL316.36º62.05%61.76%-
HSV(B)316.36º55.5%85.49%-
XYZ41.9526.9648.89-
YUV143.21151.59181.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 185 (72.66% from 255) = 37%
R=43.6%
G=19.4%
B=37%

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
Decimal2189718500.560.150.15316.3662.0561.76
HexDA61B9038FF13c3e3e
Octal33214127107017174747676
Binary11011010110000110111001011100011111111100111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61B9; }

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

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

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

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

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

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

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

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