#D64EC9

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

Shades of Free Speech Magenta #D64EC9

Tints of Free Speech Magenta #D64EC9

Color information

#D64EC9 (or 0xD64EC9) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 4E and C9. RGB value is (214,78,201). Sum of RGB (Red+Green+Blue) = 214+78+201=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EC9 is #29B136. Grayscale: #848484. Windows color (decimal): -2732343 or 13192918. OLE color: 13192918.

HSL color Cylindrical-coordinate representation of color #D64EC9: hue angle of 305.74º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64EC9 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21478201-
CMYK00.640.060.16
HSL305.74º62.39%57.25%-
HSV(B)305.74º63.55%83.92%-
XYZ4123.9657.72-
YUV132.69166.56186-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 78 (30.86% from 255) = 15.82%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=43.41%
G=15.82%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147820100.640.060.16305.7462.3957.25
HexD64EC90406101323e39
Octal32611631101006204627671
Binary110101101001110110010010100000011010000100110010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64EC9; }

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

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

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

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

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

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

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

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