#D545D0

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

Shades of Free Speech Magenta #D545D0

Tints of Free Speech Magenta #D545D0

Color information

#D545D0 (or 0xD545D0) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 45 and D0. RGB value is (213,69,208). Sum of RGB (Red+Green+Blue) = 213+69+208=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D545D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545D0 is #2ABA2F. Grayscale: #7F7F7F. Windows color (decimal): -2800176 or 13649365. OLE color: 13649365.

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

Color convert

RGB21369208-
CMYK00.680.020.16
HSL302.08º63.16%55.29%-
HSV(B)302.08º67.61%83.53%-
XYZ40.9522.9661.95-
YUV127.9173.21188.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 69 (27.34% from 255) = 14.08%
BLUE value IS 208 (81.64% from 255) = 42.45%
R=43.47%
G=14.08%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136920800.680.020.16302.0863.1655.29
HexD545D004421012e3f37
Octal32510532001042204567767
Binary11010101100010111010000010001001010000100101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D545D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D545D0; }

 p { color: rgb(213,69,208); }

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

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

 a { background-color: rgb(213,69,208); }

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

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

 span { border-color: rgb(213,69,208); }

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