#D74EE3

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

Shades of Free Speech Magenta #D74EE3

Tints of Free Speech Magenta #D74EE3

Color information

#D74EE3 (or 0xD74EE3) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 4E and E3. RGB value is (215,78,227). Sum of RGB (Red+Green+Blue) = 215+78+227=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #D74EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EE3 is #28B11C. Grayscale: #878787. Windows color (decimal): -2666781 or 14896855. OLE color: 14896855.

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

Color convert

RGB21578227-
CMYK0.050.6600.11
HSL295.17º72.68%59.8%-
HSV(B)295.17º65.64%89.02%-
XYZ44.6125.4475.23-
YUV135.95179.39184.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 78 (30.86% from 255) = 15%
BLUE value IS 227 (89.06% from 255) = 43.65%
R=41.35%
G=15%
B=43.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal215782270.050.6600.11295.1772.6859.8
HexD74EE35420B127493c
Octal327116343510201344711174
Binary110101111001110111000111011000010010111001001111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74EE3; }

 p { color: rgb(215,78,227); }

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

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

 a { background-color: rgb(215,78,227); }

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

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

 span { border-color: rgb(215,78,227); }

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