#D541D6

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

Shades of Free Speech Magenta #D541D6

Tints of Free Speech Magenta #D541D6

Color information

#D541D6 (or 0xD541D6) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 41 and D6. RGB value is (213,65,214). Sum of RGB (Red+Green+Blue) = 213+65+214=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #D541D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541D6 is #2ABE29. Grayscale: #7D7D7D. Windows color (decimal): -2801194 or 14041557. OLE color: 14041557.

HSL color Cylindrical-coordinate representation of color #D541D6: hue angle of 299.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D541D6 is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21365214-
CMYK0.000.7000.16
HSL299.6º64.5%54.71%-
HSV(B)299.6º69.63%83.92%-
XYZ41.4722.7865.83-
YUV126.24177.53189.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 65 (25.78% from 255) = 13.21%
BLUE value IS 214 (83.98% from 255) = 43.50%
R=43.29%
G=13.21%
B=43.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213652140.000.7000.16299.664.554.71
HexD541D604601012c4137
Octal325101326010602045410167
Binary11010101100000111010110010001100100001001011001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D541D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D541D6; }

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

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

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

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

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

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

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

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