#D850ED

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

Shades of Free Speech Magenta #D850ED

Tints of Free Speech Magenta #D850ED

Color information

#D850ED (or 0xD850ED) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 50 and ED. RGB value is (216,80,237). Sum of RGB (Red+Green+Blue) = 216+80+237=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #D850ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D850ED is #27AF12. Grayscale: #8A8A8A. Windows color (decimal): -2600723 or 15552728. OLE color: 15552728.

HSL color Cylindrical-coordinate representation of color #D850ED: hue angle of 291.97º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D850ED is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21680237-
CMYK0.090.6600.07
HSL291.97º81.35%62.16%-
HSV(B)291.97º66.24%92.94%-
XYZ46.4726.4582.78-
YUV138.56183.56183.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 80 (31.64% from 255) = 15.01%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=40.53%
G=15.01%
B=44.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal216802370.090.6600.07291.9781.3562.16
HexD850ED94207124513e
Octal330120355111020744412176
Binary110110001010000111011011001100001001111001001001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D850ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D850ED; }

 p { color: rgb(216,80,237); }

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

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

 a { background-color: rgb(216,80,237); }

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

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

 span { border-color: rgb(216,80,237); }

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