#D84EC9

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

Shades of Free Speech Magenta #D84EC9

Tints of Free Speech Magenta #D84EC9

Color information

#D84EC9 (or 0xD84EC9) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 4E and C9. RGB value is (216,78,201). Sum of RGB (Red+Green+Blue) = 216+78+201=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EC9 is #27B136. Grayscale: #848484. Windows color (decimal): -2601271 or 13192920. OLE color: 13192920.

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

Color convert

RGB21678201-
CMYK00.640.070.15
HSL306.52º63.89%57.65%-
HSV(B)306.52º63.89%84.71%-
XYZ41.5924.2657.75-
YUV133.28166.22187-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 78 (30.86% from 255) = 15.76%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=43.64%
G=15.76%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167820100.640.070.15306.5263.8957.65
HexD84EC90407F133403a
Octal330116311010071746310072
Binary110110001001110110010010100000011111111001100111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84EC9; }

 p { color: rgb(216,78,201); }

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

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

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

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

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

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

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