#D75DE0

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

Shades of Free Speech Magenta #D75DE0

Tints of Free Speech Magenta #D75DE0

Color information

#D75DE0 (or 0xD75DE0) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5D and E0. RGB value is (215,93,224). Sum of RGB (Red+Green+Blue) = 215+93+224=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #D75DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DE0 is #28A21F. Grayscale: #909090. Windows color (decimal): -2662944 or 14704087. OLE color: 14704087.

HSL color Cylindrical-coordinate representation of color #D75DE0: hue angle of 295.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75DE0 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21593224-
CMYK0.040.5800.12
HSL295.88º67.88%62.16%-
HSV(B)295.88º58.48%87.84%-
XYZ45.3927.6673.47-
YUV144.41172.92178.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 93 (36.72% from 255) = 17.48%
BLUE value IS 224 (87.89% from 255) = 42.11%
R=40.41%
G=17.48%
B=42.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal215932240.040.5800.12295.8867.8862.16
HexD75DE043A0C128443e
Octal32713534047201445010476
Binary11010111101110111100000100111010011001001010001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DE0; }

 p { color: rgb(215,93,224); }

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

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

 a { background-color: rgb(215,93,224); }

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

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

 span { border-color: rgb(215,93,224); }

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