#D85DE8

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

Shades of Free Speech Magenta #D85DE8

Tints of Free Speech Magenta #D85DE8

Color information

#D85DE8 (or 0xD85DE8) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 5D and E8. RGB value is (216,93,232). Sum of RGB (Red+Green+Blue) = 216+93+232=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #D85DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DE8 is #27A217. Grayscale: #919191. Windows color (decimal): -2597400 or 15228376. OLE color: 15228376.

HSL color Cylindrical-coordinate representation of color #D85DE8: hue angle of 293.09º degrees, saturation: 0.75, 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 #D85DE8 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21693232-
CMYK0.070.6000.09
HSL293.09º75.14%63.73%-
HSV(B)293.09º59.91%90.98%-
XYZ46.828.2579.33-
YUV145.62176.75178.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 93 (36.72% from 255) = 17.19%
BLUE value IS 232 (91.02% from 255) = 42.88%
R=39.93%
G=17.19%
B=42.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal216932320.070.6000.09293.0975.1463.73
HexD85DE873C091254b40
Octal330135350774011445113100
Binary110110001011101111010001111111000100110010010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85DE8; }

 p { color: rgb(216,93,232); }

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

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

 a { background-color: rgb(216,93,232); }

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

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

 span { border-color: rgb(216,93,232); }

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