#DA5CDD

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

Shades of Free Speech Magenta #DA5CDD

Tints of Free Speech Magenta #DA5CDD

Color information

#DA5CDD (or 0xDA5CDD) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5C and DD. RGB value is (218,92,221). Sum of RGB (Red+Green+Blue) = 218+92+221=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5CDD is #25A322. Grayscale: #8F8F8F. Windows color (decimal): -2466595 or 14507226. OLE color: 14507226.

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

Color convert

RGB21892221-
CMYK0.010.5800.13
HSL298.6º65.48%61.37%-
HSV(B)298.6º58.37%86.67%-
XYZ45.7927.7871.36-
YUV144.38171.24180.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 92 (36.33% from 255) = 17.33%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=41.05%
G=17.33%
B=41.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218922210.010.5800.13298.665.4861.37
HexDA5CDD13A0D12b413d
Octal33213433517201545310175
Binary110110101011100110111011111010011011001010111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5CDD; }

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

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

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

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

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

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

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

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