#D94DC6

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

Shades of Free Speech Magenta #D94DC6

Tints of Free Speech Magenta #D94DC6

Color information

#D94DC6 (or 0xD94DC6) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 4D and C6. RGB value is (217,77,198). Sum of RGB (Red+Green+Blue) = 217+77+198=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DC6 is #26B239. Grayscale: #848484. Windows color (decimal): -2535994 or 12996057. OLE color: 12996057.

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

Color convert

RGB21777198-
CMYK00.650.090.15
HSL308.14º64.81%57.65%-
HSV(B)308.14º64.52%85.1%-
XYZ41.4624.1455.9-
YUV132.65164.88188.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 77 (30.47% from 255) = 15.65%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=44.11%
G=15.65%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177719800.650.090.15308.1464.8157.65
HexD94DC60419F134413a
Octal3311153060101111746410172
Binary1101100110011011100011001000001100111111001101001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94DC6; }

 p { color: rgb(217,77,198); }

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

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

 a { background-color: rgb(217,77,198); }

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

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

 span { border-color: rgb(217,77,198); }

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