#D855E4

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

Shades of Free Speech Magenta #D855E4

Tints of Free Speech Magenta #D855E4

Color information

#D855E4 (or 0xD855E4) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 55 and E4. RGB value is (216,85,228). Sum of RGB (Red+Green+Blue) = 216+85+228=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #D855E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855E4 is #27AA1B. Grayscale: #8C8C8C. Windows color (decimal): -2599452 or 14964184. OLE color: 14964184.

HSL color Cylindrical-coordinate representation of color #D855E4: hue angle of 294.97º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D855E4 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21685228-
CMYK0.050.6300.11
HSL294.97º72.59%61.37%-
HSV(B)294.97º62.72%89.41%-
XYZ45.5726.776.15-
YUV140.47177.4181.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 85 (33.59% from 255) = 16.07%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=40.83%
G=16.07%
B=43.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal216852280.050.6300.11294.9772.5961.37
HexD855E453F0B127493d
Octal33012534457701344711175
Binary11011000101010111100100101111111010111001001111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D855E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D855E4; }

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

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

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

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

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

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

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

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