#D93EE9

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

Shades of Free Speech Magenta #D93EE9

Tints of Free Speech Magenta #D93EE9

Color information

#D93EE9 (or 0xD93EE9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 3E and E9. RGB value is (217,62,233). Sum of RGB (Red+Green+Blue) = 217+62+233=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #D93EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93EE9 is #26C116. Grayscale: #7F7F7F. Windows color (decimal): -2539799 or 15285977. OLE color: 15285977.

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

Color convert

RGB21762233-
CMYK0.070.7300.09
HSL294.39º79.53%57.84%-
HSV(B)294.39º73.39%91.37%-
XYZ45.0524.0879.36-
YUV127.84187.35191.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 62 (24.61% from 255) = 12.11%
BLUE value IS 233 (91.41% from 255) = 45.51%
R=42.38%
G=12.11%
B=45.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217622330.070.7300.09294.3979.5357.84
HexD93EE974909126503a
Octal33176351711101144612072
Binary11011001111110111010011111001001010011001001101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93EE9; }

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

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

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

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

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

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

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

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