#d94ec7

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

Shades of Free Speech Magenta #D94EC7

Tints of Free Speech Magenta #D94EC7

Color information

#D94EC7 (or 0xD94EC7) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 4E and C7. RGB value is (217,78,199). Sum of RGB (Red+Green+Blue) = 217+78+199=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EC7 is #26B138. Grayscale: #858585. Windows color (decimal): -2535737 or 13061849. OLE color: 13061849.

HSL color Cylindrical-coordinate representation of color #D94EC7: hue angle of 307.77º degrees, saturation: 0.65, 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 #D94EC7 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21778199-
CMYK00.640.080.15
HSL307.77º64.65%57.84%-
HSV(B)307.77º64.06%85.1%-
XYZ41.6524.3256.53-
YUV133.35165.05187.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 78 (30.86% from 255) = 15.79%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=43.93%
G=15.79%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177819900.640.080.15307.7764.6557.84
HexD94EC70408F134413a
Octal3311163070100101746410172
Binary1101100110011101100011101000000100011111001101001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d94ec7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d94ec7; }

 p { color: rgb(217,78,199); }

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

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

 a { background-color: rgb(217,78,199); }

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

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

 span { border-color: rgb(217,78,199); }

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