#D75DE9

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

Shades of Free Speech Magenta #D75DE9

Tints of Free Speech Magenta #D75DE9

Color information

#D75DE9 (or 0xD75DE9) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5D and E9. RGB value is (215,93,233). Sum of RGB (Red+Green+Blue) = 215+93+233=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #D75DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75DE9 is #28A216. Grayscale: #919191. Windows color (decimal): -2662935 or 15293911. OLE color: 15293911.

HSL color Cylindrical-coordinate representation of color #D75DE9: hue angle of 292.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75DE9 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21593233-
CMYK0.080.6000.09
HSL292.29º76.09%63.92%-
HSV(B)292.29º60.09%91.37%-
XYZ46.6528.1680.07-
YUV145.44177.42177.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 93 (36.72% from 255) = 17.19%
BLUE value IS 233 (91.41% from 255) = 43.07%
R=39.74%
G=17.19%
B=43.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal215932330.080.6000.09292.2976.0963.92
HexD75DE983C091244c40
Octal3271353511074011444114100
Binary1101011110111011110100110001111000100110010010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DE9; }

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

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

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

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

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

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

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

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