#DA52D5

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

Shades of Free Speech Magenta #DA52D5

Tints of Free Speech Magenta #DA52D5

Color information

#DA52D5 (or 0xDA52D5) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 52 and D5. RGB value is (218,82,213). Sum of RGB (Red+Green+Blue) = 218+82+213=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA52D5 is #25AD2A. Grayscale: #898989. Windows color (decimal): -2469163 or 13980378. OLE color: 13980378.

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

Color convert

RGB21882213-
CMYK00.620.020.15
HSL302.21º64.76%58.82%-
HSV(B)302.21º62.39%85.49%-
XYZ43.9425.7465.6-
YUV137.6170.56185.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 82 (32.42% from 255) = 15.98%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=42.50%
G=15.98%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188221300.620.020.15302.2164.7658.82
HexDA52D503E2F12e413b
Octal33212232507621745610173
Binary1101101010100101101010101111101011111001011101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA52D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA52D5; }

 p { color: rgb(218,82,213); }

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

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

 a { background-color: rgb(218,82,213); }

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

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

 span { border-color: rgb(218,82,213); }

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