#DA61D1

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

Shades of Free Speech Magenta #DA61D1

Tints of Free Speech Magenta #DA61D1

Color information

#DA61D1 (or 0xDA61D1) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and D1. RGB value is (218,97,209). Sum of RGB (Red+Green+Blue) = 218+97+209=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61D1 is #259E2E. Grayscale: #919191. Windows color (decimal): -2465327 or 13722074. OLE color: 13722074.

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

Color convert

RGB21897209-
CMYK00.560.040.15
HSL304.46º62.05%61.76%-
HSV(B)304.46º55.5%85.49%-
XYZ44.728.0663.38-
YUV145.95163.59179.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 97 (38.28% from 255) = 18.51%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=41.60%
G=18.51%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189720900.560.040.15304.4662.0561.76
HexDA61D10384F1303e3e
Octal3321413210704174607676
Binary1101101011000011101000101110001001111100110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61D1; }

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

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

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

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

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

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

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

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