#D849E3

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

Shades of Free Speech Magenta #D849E3

Tints of Free Speech Magenta #D849E3

Color information

#D849E3 (or 0xD849E3) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 49 and E3. RGB value is (216,73,227). Sum of RGB (Red+Green+Blue) = 216+73+227=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 227 - color contains mainly: blue. Hex color #D849E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849E3 is #27B61C. Grayscale: #848484. Windows color (decimal): -2602525 or 14895576. OLE color: 14895576.

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

Color convert

RGB21673227-
CMYK0.050.6800.11
HSL295.71º73.33%58.82%-
HSV(B)295.71º67.84%89.02%-
XYZ44.5724.9175.13-
YUV133.31180.88186.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 73 (28.91% from 255) = 14.15%
BLUE value IS 227 (89.06% from 255) = 43.99%
R=41.86%
G=14.15%
B=43.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal216732270.050.6800.11295.7173.3358.82
HexD849E35440B128493b
Octal330111343510401345011173
Binary110110001001001111000111011000100010111001010001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D849E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D849E3; }

 p { color: rgb(216,73,227); }

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

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

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

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

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

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

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