#DA5DD0

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

Shades of Free Speech Magenta #DA5DD0

Tints of Free Speech Magenta #DA5DD0

Color information

#DA5DD0 (or 0xDA5DD0) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5D and D0. RGB value is (218,93,208). Sum of RGB (Red+Green+Blue) = 218+93+208=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DD0 is #25A22F. Grayscale: #8F8F8F. Windows color (decimal): -2466352 or 13655514. OLE color: 13655514.

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

Color convert

RGB21893208-
CMYK00.570.050.15
HSL304.8º62.81%60.98%-
HSV(B)304.8º57.34%85.49%-
XYZ44.2127.2962.61-
YUV143.48164.41181.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 93 (36.72% from 255) = 17.92%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=42.00%
G=17.92%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189320800.570.050.15304.862.8160.98
HexDA5DD00395F1313f3d
Octal3321353200715174617775
Binary1101101010111011101000001110011011111100110001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DD0; }

 p { color: rgb(218,93,208); }

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

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

 a { background-color: rgb(218,93,208); }

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

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

 span { border-color: rgb(218,93,208); }

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