#D541D3

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

Shades of Free Speech Magenta #D541D3

Tints of Free Speech Magenta #D541D3

Color information

#D541D3 (or 0xD541D3) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 41 and D3. RGB value is (213,65,211). Sum of RGB (Red+Green+Blue) = 213+65+211=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D541D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541D3 is #2ABE2C. Grayscale: #7D7D7D. Windows color (decimal): -2801197 or 13844949. OLE color: 13844949.

HSL color Cylindrical-coordinate representation of color #D541D3: hue angle of 300.81º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541D3 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB21365211-
CMYK00.690.010.16
HSL300.81º63.79%54.51%-
HSV(B)300.81º69.48%83.53%-
XYZ41.0922.6363.83-
YUV125.9176.03190.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 65 (25.78% from 255) = 13.29%
BLUE value IS 211 (82.81% from 255) = 43.15%
R=43.56%
G=13.29%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136521100.690.010.16300.8163.7954.51
HexD541D304511012d4037
Octal325101323010512045510067
Binary11010101100000111010011010001011100001001011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D541D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D541D3; }

 p { color: rgb(213,65,211); }

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

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

 a { background-color: rgb(213,65,211); }

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

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

 span { border-color: rgb(213,65,211); }

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