#D861E1

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

Shades of Free Speech Magenta #D861E1

Tints of Free Speech Magenta #D861E1

Color information

#D861E1 (or 0xD861E1) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 61 and E1. RGB value is (216,97,225). Sum of RGB (Red+Green+Blue) = 216+97+225=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #D861E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861E1 is #279E1E. Grayscale: #929292. Windows color (decimal): -2596383 or 14770648. OLE color: 14770648.

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

Color convert

RGB21697225-
CMYK0.040.5700.12
HSL295.78º68.09%63.14%-
HSV(B)295.78º56.89%88.24%-
XYZ46.1828.5874.32-
YUV147.17171.92177.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 97 (38.28% from 255) = 18.03%
BLUE value IS 225 (88.28% from 255) = 41.82%
R=40.15%
G=18.03%
B=41.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216972250.040.5700.12295.7868.0963.14
HexD861E14390C128443f
Octal33014134147101445010477
Binary11011000110000111100001100111001011001001010001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861E1; }

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

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

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

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

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

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

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

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