#D854D4

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

Shades of Free Speech Magenta #D854D4

Tints of Free Speech Magenta #D854D4

Color information

#D854D4 (or 0xD854D4) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 54 and D4. RGB value is (216,84,212). Sum of RGB (Red+Green+Blue) = 216+84+212=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D854D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D854D4 is #27AB2B. Grayscale: #898989. Windows color (decimal): -2599724 or 13915352. OLE color: 13915352.

HSL color Cylindrical-coordinate representation of color #D854D4: hue angle of 301.82º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D854D4 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21684212-
CMYK00.610.020.15
HSL301.82º62.86%58.82%-
HSV(B)301.82º61.11%84.71%-
XYZ43.3725.6964.96-
YUV138.06169.73183.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.19%
GREEN value IS 84 (33.20% from 255) = 16.41%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=42.19%
G=16.41%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168421200.610.020.15301.8262.8658.82
HexD854D403D2F12e3f3b
Octal3301243240752174567773
Binary110110001010100110101000111101101111100101110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D854D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D854D4; }

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

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

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

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

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

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

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

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