#D758E6

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

Shades of Free Speech Magenta #D758E6

Tints of Free Speech Magenta #D758E6

Color information

#D758E6 (or 0xD758E6) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 58 and E6. RGB value is (215,88,230). Sum of RGB (Red+Green+Blue) = 215+88+230=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #D758E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D758E6 is #28A719. Grayscale: #8D8D8D. Windows color (decimal): -2664218 or 15096023. OLE color: 15096023.

HSL color Cylindrical-coordinate representation of color #D758E6: hue angle of 293.66º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D758E6 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21588230-
CMYK0.070.6200.10
HSL293.66º73.96%62.35%-
HSV(B)293.66º61.74%90.2%-
XYZ45.827.1477.69-
YUV142.16177.58179.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 88 (34.77% from 255) = 16.51%
BLUE value IS 230 (90.23% from 255) = 43.15%
R=40.34%
G=16.51%
B=43.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal215882300.070.6200.10293.6673.9662.35
HexD758E673E0A1264a3e
Octal32713034677601244611276
Binary11010111101100011100110111111110010101001001101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D758E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D758E6; }

 p { color: rgb(215,88,230); }

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

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

 a { background-color: rgb(215,88,230); }

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

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

 span { border-color: rgb(215,88,230); }

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