#D845F6

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

Shades of Free Speech Magenta #D845F6

Tints of Free Speech Magenta #D845F6

Color information

#D845F6 (or 0xD845F6) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 45 and F6. RGB value is (216,69,246). Sum of RGB (Red+Green+Blue) = 216+69+246=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #D845F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D845F6 is #27BA09. Grayscale: #848484. Windows color (decimal): -2603530 or 16139736. OLE color: 16139736.

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

Color convert

RGB21669246-
CMYK0.120.7200.04
HSL289.83º90.77%61.76%-
HSV(B)289.83º71.95%96.47%-
XYZ47.0825.5189.63-
YUV133.13191.7187.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 69 (27.34% from 255) = 12.99%
BLUE value IS 246 (96.48% from 255) = 46.33%
R=40.68%
G=12.99%
B=46.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal216692460.120.7200.04289.8390.7761.76
HexD845F6C48041225b3e
Octal330105366141100444213376
Binary110110001000101111101101100100100001001001000101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D845F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D845F6; }

 p { color: rgb(216,69,246); }

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

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

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

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

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

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

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