#D93EE3

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

Shades of Free Speech Magenta #D93EE3

Tints of Free Speech Magenta #D93EE3

Color information

#D93EE3 (or 0xD93EE3) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 3E and E3. RGB value is (217,62,227). Sum of RGB (Red+Green+Blue) = 217+62+227=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 227 (89.06% from 255 or 44.86% from 506); Max value from RGB is 227 - color contains mainly: blue. Hex color #D93EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EE3 is #26C11C. Grayscale: #7E7E7E. Windows color (decimal): -2539805 or 14892761. OLE color: 14892761.

HSL color Cylindrical-coordinate representation of color #D93EE3: hue angle of 296.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93EE3 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21762227-
CMYK0.040.7300.11
HSL296.36º74.66%56.67%-
HSV(B)296.36º72.69%89.02%-
XYZ44.223.7474.93-
YUV127.15184.35192.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 62 (24.61% from 255) = 12.25%
BLUE value IS 227 (89.06% from 255) = 44.86%
R=42.89%
G=12.25%
B=44.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal217622270.040.7300.11296.3674.6656.67
HexD93EE34490B1284b39
Octal33176343411101345011371
Binary11011001111110111000111001001001010111001010001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93EE3; }

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

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

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

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

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

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

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

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