#da4ac9

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

Shades of Free Speech Magenta #DA4AC9

Tints of Free Speech Magenta #DA4AC9

Color information

#DA4AC9 (or 0xDA4AC9) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4A and C9. RGB value is (218,74,201). Sum of RGB (Red+Green+Blue) = 218+74+201=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4AC9 is #25B536. Grayscale: #838383. Windows color (decimal): -2471223 or 13191898. OLE color: 13191898.

HSL color Cylindrical-coordinate representation of color #DA4AC9: hue angle of 307.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4AC9 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21874201-
CMYK00.660.080.15
HSL307.08º66.06%57.25%-
HSV(B)307.08º66.06%85.49%-
XYZ41.924.0257.69-
YUV131.53167.21189.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 74 (29.30% from 255) = 15.01%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=44.22%
G=15.01%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187420100.660.080.15307.0866.0657.25
HexDA4AC90428F1334239
Octal3321123110102101746310271
Binary1101101010010101100100101000010100011111001100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da4ac9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da4ac9; }

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

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

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

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

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

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

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

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