#DA55D1

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

Shades of Free Speech Magenta #DA55D1

Tints of Free Speech Magenta #DA55D1

Color information

#DA55D1 (or 0xDA55D1) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 55 and D1. RGB value is (218,85,209). Sum of RGB (Red+Green+Blue) = 218+85+209=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55D1 is #25AA2E. Grayscale: #8A8A8A. Windows color (decimal): -2468399 or 13719002. OLE color: 13719002.

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

Color convert

RGB21885209-
CMYK00.610.040.15
HSL304.06º64.25%59.41%-
HSV(B)304.06º61.01%85.49%-
XYZ43.6726.0163.04-
YUV138.9167.56184.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 85 (33.59% from 255) = 16.60%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=42.58%
G=16.60%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188520900.610.040.15304.0664.2559.41
HexDA55D103D4F130403b
Octal33212532107541746010073
Binary11011010101010111010001011110110011111001100001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55D1; }

 p { color: rgb(218,85,209); }

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

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

 a { background-color: rgb(218,85,209); }

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

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

 span { border-color: rgb(218,85,209); }

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