#D745D0

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

Shades of Free Speech Magenta #D745D0

Tints of Free Speech Magenta #D745D0

Color information

#D745D0 (or 0xD745D0) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 45 and D0. RGB value is (215,69,208). Sum of RGB (Red+Green+Blue) = 215+69+208=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D745D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D745D0 is #28BA2F. Grayscale: #808080. Windows color (decimal): -2669104 or 13649367. OLE color: 13649367.

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

Color convert

RGB21569208-
CMYK00.680.030.16
HSL302.88º64.6%55.69%-
HSV(B)302.88º67.91%84.31%-
XYZ41.5423.2661.97-
YUV128.5172.87189.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 69 (27.34% from 255) = 14.02%
BLUE value IS 208 (81.64% from 255) = 42.28%
R=43.70%
G=14.02%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156920800.680.030.16302.8864.655.69
HexD745D004431012f4138
Octal327105320010432045710170
Binary110101111000101110100000100010011100001001011111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D745D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D745D0; }

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

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

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

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

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

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

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

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