#D94AE9

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

Shades of Free Speech Magenta #D94AE9

Tints of Free Speech Magenta #D94AE9

Color information

#D94AE9 (or 0xD94AE9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 4A and E9. RGB value is (217,74,233). Sum of RGB (Red+Green+Blue) = 217+74+233=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #D94AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D94AE9 is #26B516. Grayscale: #868686. Windows color (decimal): -2536727 or 15289049. OLE color: 15289049.

HSL color Cylindrical-coordinate representation of color #D94AE9: hue angle of 293.96º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94AE9 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21774233-
CMYK0.070.6800.09
HSL293.96º78.33%60.2%-
HSV(B)293.96º68.24%91.37%-
XYZ45.7725.5379.61-
YUV134.88183.38186.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 74 (29.30% from 255) = 14.12%
BLUE value IS 233 (91.41% from 255) = 44.47%
R=41.41%
G=14.12%
B=44.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217742330.070.6800.09293.9678.3360.2
HexD94AE9744091264e3c
Octal331112351710401144611674
Binary110110011001010111010011111000100010011001001101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94AE9; }

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

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

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

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

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

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

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

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