#DA61C2

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

Shades of Free Speech Magenta #DA61C2

Tints of Free Speech Magenta #DA61C2

Color information

#DA61C2 (or 0xDA61C2) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and C2. RGB value is (218,97,194). Sum of RGB (Red+Green+Blue) = 218+97+194=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61C2 is #259E3D. Grayscale: #8F8F8F. Windows color (decimal): -2465342 or 12739034. OLE color: 12739034.

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

Color convert

RGB21897194-
CMYK00.560.110.15
HSL311.9º62.05%61.76%-
HSV(B)311.9º55.5%85.49%-
XYZ42.9327.3554.06-
YUV144.24156.09180.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 97 (38.28% from 255) = 19.06%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=42.83%
G=19.06%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189719400.560.110.15311.962.0561.76
HexDA61C2038BF1383e3e
Octal33214130207013174707676
Binary11011010110000111000010011100010111111100111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61C2; }

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

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

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

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

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

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

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

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