#D854DD

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

Shades of Free Speech Magenta #D854DD

Tints of Free Speech Magenta #D854DD

Color information

#D854DD (or 0xD854DD) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 54 and DD. RGB value is (216,84,221). Sum of RGB (Red+Green+Blue) = 216+84+221=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #D854DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D854DD is #27AB22. Grayscale: #8A8A8A. Windows color (decimal): -2599715 or 14505176. OLE color: 14505176.

HSL color Cylindrical-coordinate representation of color #D854DD: hue angle of 297.81º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D854DD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21684221-
CMYK0.020.6200.13
HSL297.81º66.83%59.8%-
HSV(B)297.81º61.99%86.67%-
XYZ44.5426.1671.11-
YUV139.09174.23182.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=41.46%
G=16.12%
B=42.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216842210.020.6200.13297.8166.8359.8
HexD854DD23E0D12a433c
Octal33012433527601545210374
Binary1101100010101001101110110111110011011001010101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D854DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D854DD; }

 p { color: rgb(216,84,221); }

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

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

 a { background-color: rgb(216,84,221); }

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

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

 span { border-color: rgb(216,84,221); }

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