#D549DA

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

Shades of Free Speech Magenta #D549DA

Tints of Free Speech Magenta #D549DA

Color information

#D549DA (or 0xD549DA) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 49 and DA. RGB value is (213,73,218). Sum of RGB (Red+Green+Blue) = 213+73+218=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #D549DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549DA is #2AB625. Grayscale: #828282. Windows color (decimal): -2799142 or 14305749. OLE color: 14305749.

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

Color convert

RGB21373218-
CMYK0.020.6700.15
HSL297.93º66.21%57.06%-
HSV(B)297.93º66.51%85.49%-
XYZ42.4823.9768.72-
YUV131.39176.88186.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 73 (28.91% from 255) = 14.48%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=42.26%
G=14.48%
B=43.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213732180.020.6700.15297.9366.2157.06
HexD549DA2430F12a4239
Octal325111332210301745210271
Binary11010101100100111011010101000011011111001010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D549DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D549DA; }

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

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

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

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

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

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

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

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