#DA44DD

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

Shades of Free Speech Magenta #DA44DD

Tints of Free Speech Magenta #DA44DD

Color information

#DA44DD (or 0xDA44DD) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 44 and DD. RGB value is (218,68,221). Sum of RGB (Red+Green+Blue) = 218+68+221=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA44DD is #25BB22. Grayscale: #818181. Windows color (decimal): -2472739 or 14501082. OLE color: 14501082.

HSL color Cylindrical-coordinate representation of color #DA44DD: hue angle of 298.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA44DD is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21868221-
CMYK0.010.6900.13
HSL298.82º69.23%56.67%-
HSV(B)298.82º69.23%86.67%-
XYZ44.0324.2670.77-
YUV130.29179.2190.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 68 (26.95% from 255) = 13.41%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=43.00%
G=13.41%
B=43.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218682210.010.6900.13298.8269.2356.67
HexDA44DD1450D12b4539
Octal332104335110501545310571
Binary1101101010001001101110111000101011011001010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA44DD; }

 p { color: rgb(218,68,221); }

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

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

 a { background-color: rgb(218,68,221); }

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

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

 span { border-color: rgb(218,68,221); }

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