#D855E1

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

Shades of Free Speech Magenta #D855E1

Tints of Free Speech Magenta #D855E1

Color information

#D855E1 (or 0xD855E1) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 55 and E1. RGB value is (216,85,225). Sum of RGB (Red+Green+Blue) = 216+85+225=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #D855E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855E1 is #27AA1E. Grayscale: #8B8B8B. Windows color (decimal): -2599455 or 14767576. OLE color: 14767576.

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

Color convert

RGB21685225-
CMYK0.040.6200.12
HSL296.14º70%60.78%-
HSV(B)296.14º62.22%88.24%-
XYZ45.1626.5373.98-
YUV140.13175.9182.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 85 (33.59% from 255) = 16.16%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=41.06%
G=16.16%
B=42.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216852250.040.6200.12296.147060.78
HexD855E143E0C128463d
Octal33012534147601445010675
Binary11011000101010111100001100111110011001001010001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D855E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D855E1; }

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

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

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

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

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

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

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

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