#D45EC9

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

Shades of Free Speech Magenta #D45EC9

Tints of Free Speech Magenta #D45EC9

Color information

#D45EC9 (or 0xD45EC9) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 5E and C9. RGB value is (212,94,201). Sum of RGB (Red+Green+Blue) = 212+94+201=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D45EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45EC9 is #2BA136. Grayscale: #8D8D8D. Windows color (decimal): -2859319 or 13197012. OLE color: 13197012.

HSL color Cylindrical-coordinate representation of color #D45EC9: hue angle of 305.59º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45EC9 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB21294201-
CMYK00.560.050.17
HSL305.59º57.84%60%-
HSV(B)305.59º55.66%83.14%-
XYZ41.726.2258.12-
YUV141.48161.59178.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 94 (37.11% from 255) = 18.54%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=41.81%
G=18.54%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129420100.560.050.17305.5957.8460
HexD45EC90385111323a3c
Octal3241363110705214627274
Binary11010100101111011001001011100010110001100110010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45EC9; }

 p { color: rgb(212,94,201); }

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

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

 a { background-color: rgb(212,94,201); }

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

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

 span { border-color: rgb(212,94,201); }

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