#D94AC6

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

Shades of Free Speech Magenta #D94AC6

Tints of Free Speech Magenta #D94AC6

Color information

#D94AC6 (or 0xD94AC6) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 4A and C6. RGB value is (217,74,198). Sum of RGB (Red+Green+Blue) = 217+74+198=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AC6 is #26B539. Grayscale: #828282. Windows color (decimal): -2536762 or 12995289. OLE color: 12995289.

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

Color convert

RGB21774198-
CMYK00.660.090.15
HSL307.97º65.3%57.06%-
HSV(B)307.97º65.9%85.1%-
XYZ41.2623.7355.83-
YUV130.89165.88189.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 74 (29.30% from 255) = 15.13%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=44.38%
G=15.13%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177419800.660.090.15307.9765.357.06
HexD94AC60429F1344139
Octal3311123060102111746410171
Binary1101100110010101100011001000010100111111001101001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94AC6; }

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

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

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

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

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

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

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

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