#D853D8

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

Shades of Free Speech Magenta #D853D8

Tints of Free Speech Magenta #D853D8

Color information

#D853D8 (or 0xD853D8) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 53 and D8. RGB value is (216,83,216). Sum of RGB (Red+Green+Blue) = 216+83+216=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D853D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853D8 is #27AC27. Grayscale: #898989. Windows color (decimal): -2599976 or 14177240. OLE color: 14177240.

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

Color convert

RGB21683216-
CMYK00.6200.15
HSL300º63.03%58.63%-
HSV(B)300º61.57%84.71%-
XYZ43.8125.7467.63-
YUV137.93172.06183.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 83 (32.81% from 255) = 16.12%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=41.94%
G=16.12%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168321600.6200.1530063.0358.63
HexD853D803E0F12c3f3b
Octal3301233300760174547773
Binary11011000101001111011000011111001111100101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D853D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D853D8; }

 p { color: rgb(216,83,216); }

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

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

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

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

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

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

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