#D447E3

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

Shades of Free Speech Magenta #D447E3

Tints of Free Speech Magenta #D447E3

Color information

#D447E3 (or 0xD447E3) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 47 and E3. RGB value is (212,71,227). Sum of RGB (Red+Green+Blue) = 212+71+227=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #D447E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447E3 is #2BB81C. Grayscale: #828282. Windows color (decimal): -2865181 or 14895060. OLE color: 14895060.

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

Color convert

RGB21271227-
CMYK0.070.6900.11
HSL294.23º73.58%58.43%-
HSV(B)294.23º68.72%89.02%-
XYZ43.2724.0575.03-
YUV130.94182.21185.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 71 (28.12% from 255) = 13.92%
BLUE value IS 227 (89.06% from 255) = 44.51%
R=41.57%
G=13.92%
B=44.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212712270.070.6900.11294.2373.5858.43
HexD447E37450B1264a3a
Octal324107343710501344611272
Binary110101001000111111000111111000101010111001001101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D447E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D447E3; }

 p { color: rgb(212,71,227); }

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

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

 a { background-color: rgb(212,71,227); }

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

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

 span { border-color: rgb(212,71,227); }

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