#D85DE1

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

Shades of Free Speech Magenta #D85DE1

Tints of Free Speech Magenta #D85DE1

Color information

#D85DE1 (or 0xD85DE1) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 5D and E1. RGB value is (216,93,225). Sum of RGB (Red+Green+Blue) = 216+93+225=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #D85DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DE1 is #27A21E. Grayscale: #909090. Windows color (decimal): -2597407 or 14769624. OLE color: 14769624.

HSL color Cylindrical-coordinate representation of color #D85DE1: hue angle of 295.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85DE1 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21693225-
CMYK0.040.5900.12
HSL295.91º68.75%62.35%-
HSV(B)295.91º58.67%88.24%-
XYZ45.8227.8674.2-
YUV144.82173.25178.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 93 (36.72% from 255) = 17.42%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=40.45%
G=17.42%
B=42.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216932250.040.5900.12295.9168.7562.35
HexD85DE143B0C128453e
Octal33013534147301445010576
Binary11011000101110111100001100111011011001001010001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85DE1; }

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

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

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

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

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

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

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

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