#D756E5

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

Shades of Free Speech Magenta #D756E5

Tints of Free Speech Magenta #D756E5

Color information

#D756E5 (or 0xD756E5) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 56 and E5. RGB value is (215,86,229). Sum of RGB (Red+Green+Blue) = 215+86+229=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #D756E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756E5 is #28A91A. Grayscale: #8C8C8C. Windows color (decimal): -2664731 or 15029975. OLE color: 15029975.

HSL color Cylindrical-coordinate representation of color #D756E5: hue angle of 294.13º degrees, saturation: 0.73, 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 #D756E5 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21586229-
CMYK0.060.6200.10
HSL294.13º73.33%61.76%-
HSV(B)294.13º62.45%89.8%-
XYZ45.4926.7676.9-
YUV140.87177.74180.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 86 (33.98% from 255) = 16.23%
BLUE value IS 229 (89.84% from 255) = 43.21%
R=40.57%
G=16.23%
B=43.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal215862290.060.6200.10294.1373.3361.76
HexD756E563E0A126493e
Octal32712634567601244611176
Binary11010111101011011100101110111110010101001001101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D756E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D756E5; }

 p { color: rgb(215,86,229); }

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

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

 a { background-color: rgb(215,86,229); }

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

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

 span { border-color: rgb(215,86,229); }

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