#D84AE9

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

Shades of Free Speech Magenta #D84AE9

Tints of Free Speech Magenta #D84AE9

Color information

#D84AE9 (or 0xD84AE9) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 4A and E9. RGB value is (216,74,233). Sum of RGB (Red+Green+Blue) = 216+74+233=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #D84AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D84AE9 is #27B516. Grayscale: #868686. Windows color (decimal): -2602263 or 15289048. OLE color: 15289048.

HSL color Cylindrical-coordinate representation of color #D84AE9: hue angle of 293.58º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84AE9 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21674233-
CMYK0.070.6800.09
HSL293.58º78.33%60.2%-
HSV(B)293.58º68.24%91.37%-
XYZ45.4825.3879.59-
YUV134.58183.54186.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 74 (29.30% from 255) = 14.15%
BLUE value IS 233 (91.41% from 255) = 44.55%
R=41.30%
G=14.15%
B=44.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal216742330.070.6800.09293.5878.3360.2
HexD84AE9744091264e3c
Octal330112351710401144611674
Binary110110001001010111010011111000100010011001001101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84AE9; }

 p { color: rgb(216,74,233); }

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

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

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

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

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

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

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