#D831EB

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

Shades of Free Speech Magenta #D831EB

Tints of Free Speech Magenta #D831EB

Color information

#D831EB (or 0xD831EB) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 31 and EB. RGB value is (216,49,235). Sum of RGB (Red+Green+Blue) = 216+49+235=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #D831EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D831EB is #27CE14. Grayscale: #777777. Windows color (decimal): -2608661 or 15413720. OLE color: 15413720.

HSL color Cylindrical-coordinate representation of color #D831EB: hue angle of 293.87º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D831EB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21649235-
CMYK0.080.7900.08
HSL293.87º82.3%55.69%-
HSV(B)293.87º79.15%92.16%-
XYZ44.4122.7980.66-
YUV120.14192.83196.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 49 (19.53% from 255) = 9.8%
BLUE value IS 235 (92.19% from 255) = 47%
R=43.2%
G=9.8%
B=47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal216492350.080.7900.08293.8782.355.69
HexD831EB84F081265238
Octal330613531011701044612270
Binary110110001100011110101110001001111010001001001101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D831EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D831EB; }

 p { color: rgb(216,49,235); }

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

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

 a { background-color: rgb(216,49,235); }

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

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

 span { border-color: rgb(216,49,235); }

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