#D739E2

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

Shades of Free Speech Magenta #D739E2

Tints of Free Speech Magenta #D739E2

Color information

#D739E2 (or 0xD739E2) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 39 and E2. RGB value is (215,57,226). Sum of RGB (Red+Green+Blue) = 215+57+226=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 57 (22.66% from 255 or 11.45% from 498); Blue value is 226 (88.67% from 255 or 45.38% from 498); Max value from RGB is 226 - color contains mainly: blue. Hex color #D739E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739E2 is #28C61D. Grayscale: #7A7A7A. Windows color (decimal): -2672158 or 14825943. OLE color: 14825943.

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

Color convert

RGB21557226-
CMYK0.050.7500.11
HSL296.09º74.45%55.49%-
HSV(B)296.09º74.78%88.63%-
XYZ43.2122.8674.09-
YUV123.51185.85193.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.17%
GREEN value IS 57 (22.66% from 255) = 11.45%
BLUE value IS 226 (88.67% from 255) = 45.38%
R=43.17%
G=11.45%
B=45.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal215572260.050.7500.11296.0974.4555.49
HexD739E254B0B1284a37
Octal32771342511301345011267
Binary11010111111001111000101011001011010111001010001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D739E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D739E2; }

 p { color: rgb(215,57,226); }

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

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

 a { background-color: rgb(215,57,226); }

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

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

 span { border-color: rgb(215,57,226); }

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