#DA49DC

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

Shades of Free Speech Magenta #DA49DC

Tints of Free Speech Magenta #DA49DC

Color information

#DA49DC (or 0xDA49DC) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 49 and DC. RGB value is (218,73,220). Sum of RGB (Red+Green+Blue) = 218+73+220=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49DC is #25B623. Grayscale: #848484. Windows color (decimal): -2471460 or 14436826. OLE color: 14436826.

HSL color Cylindrical-coordinate representation of color #DA49DC: hue angle of 299.18º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA49DC is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21873220-
CMYK0.010.6700.14
HSL299.18º67.74%57.45%-
HSV(B)299.18º66.82%86.27%-
XYZ44.2124.8470.17-
YUV133.11177.04188.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 73 (28.91% from 255) = 14.29%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=42.66%
G=14.29%
B=43.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218732200.010.6700.14299.1867.7457.45
HexDA49DC1430E12b4439
Octal332111334110301645310471
Binary1101101010010011101110011000011011101001010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA49DC; }

 p { color: rgb(218,73,220); }

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

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

 a { background-color: rgb(218,73,220); }

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

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

 span { border-color: rgb(218,73,220); }

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