#DA61C9

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

Shades of Free Speech Magenta #DA61C9

Tints of Free Speech Magenta #DA61C9

Color information

#DA61C9 (or 0xDA61C9) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and C9. RGB value is (218,97,201). Sum of RGB (Red+Green+Blue) = 218+97+201=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61C9 is #259E36. Grayscale: #909090. Windows color (decimal): -2465335 or 13197786. OLE color: 13197786.

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

Color convert

RGB21897201-
CMYK00.560.080.15
HSL308.43º62.05%61.76%-
HSV(B)308.43º55.5%85.49%-
XYZ43.7327.6758.29-
YUV145.04159.59180.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=42.25%
G=18.80%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189720100.560.080.15308.4362.0561.76
HexDA61C90388F1343e3e
Octal33214131107010174647676
Binary11011010110000111001001011100010001111100110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61C9; }

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

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

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

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

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

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

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

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