#DA59CF

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

Shades of Free Speech Magenta #DA59CF

Tints of Free Speech Magenta #DA59CF

Color information

#DA59CF (or 0xDA59CF) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 59 and CF. RGB value is (218,89,207). Sum of RGB (Red+Green+Blue) = 218+89+207=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59CF is #25A630. Grayscale: #8C8C8C. Windows color (decimal): -2467377 or 13588954. OLE color: 13588954.

HSL color Cylindrical-coordinate representation of color #DA59CF: hue angle of 305.12º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA59CF is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB21889207-
CMYK00.590.050.15
HSL305.12º63.55%60.2%-
HSV(B)305.12º59.17%85.49%-
XYZ43.7526.5661.85-
YUV141.02165.24182.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 89 (35.16% from 255) = 17.32%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=42.41%
G=17.32%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188920700.590.050.15305.1263.5560.2
HexDA59CF03B5F131403c
Octal33213131707351746110074
Binary11011010101100111001111011101110111111001100011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA59CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA59CF; }

 p { color: rgb(218,89,207); }

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

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

 a { background-color: rgb(218,89,207); }

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

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

 span { border-color: rgb(218,89,207); }

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