#DA53DD

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

Shades of Free Speech Magenta #DA53DD

Tints of Free Speech Magenta #DA53DD

Color information

#DA53DD (or 0xDA53DD) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 53 and DD. RGB value is (218,83,221). Sum of RGB (Red+Green+Blue) = 218+83+221=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53DD is #25AC22. Grayscale: #8A8A8A. Windows color (decimal): -2468899 or 14504922. OLE color: 14504922.

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

Color convert

RGB21883221-
CMYK0.010.6200.13
HSL298.7º66.99%59.61%-
HSV(B)298.7º62.44%86.67%-
XYZ45.0626.3171.11-
YUV139.1174.23184.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 83 (32.81% from 255) = 15.90%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=41.76%
G=15.90%
B=42.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218832210.010.6200.13298.766.9959.61
HexDA53DD13E0D12b433c
Octal33212333517601545310374
Binary110110101010011110111011111110011011001010111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA53DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA53DD; }

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

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

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

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

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

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

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

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