#D745D8

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

Shades of Free Speech Magenta #D745D8

Tints of Free Speech Magenta #D745D8

Color information

#D745D8 (or 0xD745D8) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 45 and D8. RGB value is (215,69,216). Sum of RGB (Red+Green+Blue) = 215+69+216=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #D745D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D745D8 is #28BA27. Grayscale: #808080. Windows color (decimal): -2669096 or 14173655. OLE color: 14173655.

HSL color Cylindrical-coordinate representation of color #D745D8: hue angle of 299.59º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D745D8 is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21569216-
CMYK0.000.6800.15
HSL299.59º65.33%55.88%-
HSV(B)299.59º68.06%84.71%-
XYZ42.5523.6667.29-
YUV129.41176.87189.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 69 (27.34% from 255) = 13.8%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=43%
G=13.8%
B=43.2%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215692160.000.6800.15299.5965.3355.88
HexD745D80440F12c4138
Octal327105330010401745410170
Binary1101011110001011101100001000100011111001011001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D745D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D745D8; }

 p { color: rgb(215,69,216); }

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

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

 a { background-color: rgb(215,69,216); }

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

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

 span { border-color: rgb(215,69,216); }

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