#DA61B8

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

Shades of Free Speech Magenta #DA61B8

Tints of Free Speech Magenta #DA61B8

Color information

#DA61B8 (or 0xDA61B8) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and B8. RGB value is (218,97,184). Sum of RGB (Red+Green+Blue) = 218+97+184=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61B8 is #259E47. Grayscale: #8E8E8E. Windows color (decimal): -2465352 or 12083674. OLE color: 12083674.

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

Color convert

RGB21897184-
CMYK00.560.160.15
HSL316.86º62.05%61.76%-
HSV(B)316.86º55.5%85.49%-
XYZ41.8426.9248.34-
YUV143.1151.09181.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 97 (38.28% from 255) = 19.44%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=43.69%
G=19.44%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189718400.560.160.15316.8662.0561.76
HexDA61B803810F13d3e3e
Octal33214127007020174757676
Binary110110101100001101110000111000100001111100111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61B8; }

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

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

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

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

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

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

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

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