#D849E1

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

Shades of Free Speech Magenta #D849E1

Tints of Free Speech Magenta #D849E1

Color information

#D849E1 (or 0xD849E1) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 49 and E1. RGB value is (216,73,225). Sum of RGB (Red+Green+Blue) = 216+73+225=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #D849E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849E1 is #27B61E. Grayscale: #848484. Windows color (decimal): -2602527 or 14764504. OLE color: 14764504.

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

Color convert

RGB21673225-
CMYK0.040.6800.12
HSL296.45º71.7%58.43%-
HSV(B)296.45º67.56%88.24%-
XYZ44.2924.873.69-
YUV133.08179.88187.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 73 (28.91% from 255) = 14.20%
BLUE value IS 225 (88.28% from 255) = 43.77%
R=42.02%
G=14.20%
B=43.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216732250.040.6800.12296.4571.758.43
HexD849E14440C128483a
Octal330111341410401445011072
Binary110110001001001111000011001000100011001001010001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D849E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D849E1; }

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

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

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

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

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

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

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

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