#D44AE9

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

Shades of Free Speech Magenta #D44AE9

Tints of Free Speech Magenta #D44AE9

Color information

#D44AE9 (or 0xD44AE9) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 4A and E9. RGB value is (212,74,233). Sum of RGB (Red+Green+Blue) = 212+74+233=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #D44AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44AE9 is #2BB516. Grayscale: #848484. Windows color (decimal): -2864407 or 15289044. OLE color: 15289044.

HSL color Cylindrical-coordinate representation of color #D44AE9: hue angle of 292.08º 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 #D44AE9 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21274233-
CMYK0.090.6800.09
HSL292.08º78.33%60.2%-
HSV(B)292.08º68.24%91.37%-
XYZ44.3124.7879.54-
YUV133.39184.22184.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 74 (29.30% from 255) = 14.26%
BLUE value IS 233 (91.41% from 255) = 44.89%
R=40.85%
G=14.26%
B=44.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212742330.090.6800.09292.0878.3360.2
HexD44AE9944091244e3c
Octal3241123511110401144411674
Binary1101010010010101110100110011000100010011001001001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44AE9; }

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

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

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

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

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

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

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

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