#D549D1

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

Shades of Free Speech Magenta #D549D1

Tints of Free Speech Magenta #D549D1

Color information

#D549D1 (or 0xD549D1) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 49 and D1. RGB value is (213,73,209). Sum of RGB (Red+Green+Blue) = 213+73+209=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D549D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549D1 is #2AB62E. Grayscale: #818181. Windows color (decimal): -2799151 or 13715925. OLE color: 13715925.

HSL color Cylindrical-coordinate representation of color #D549D1: hue angle of 301.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D549D1 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB21373209-
CMYK00.660.020.16
HSL301.71º62.5%56.08%-
HSV(B)301.71º65.73%83.53%-
XYZ41.3323.5162.68-
YUV130.36172.38186.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 73 (28.91% from 255) = 14.75%
BLUE value IS 209 (82.03% from 255) = 42.22%
R=43.03%
G=14.75%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137320900.660.020.16301.7162.556.08
HexD549D104221012e3e38
Octal32511132101022204567670
Binary11010101100100111010001010000101010000100101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D549D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D549D1; }

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

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

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

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

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

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

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

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