#D747CC

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

Shades of Free Speech Magenta #D747CC

Tints of Free Speech Magenta #D747CC

Color information

#D747CC (or 0xD747CC) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 47 and CC. RGB value is (215,71,204). Sum of RGB (Red+Green+Blue) = 215+71+204=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D747CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D747CC is #28B833. Grayscale: #808080. Windows color (decimal): -2668596 or 13387735. OLE color: 13387735.

HSL color Cylindrical-coordinate representation of color #D747CC: hue angle of 304.58º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D747CC is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21571204-
CMYK00.670.050.16
HSL304.58º64.29%56.08%-
HSV(B)304.58º66.98%84.31%-
XYZ41.1823.3159.46-
YUV129.22170.21189.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.88%
GREEN value IS 71 (28.12% from 255) = 14.49%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=43.88%
G=14.49%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157120400.670.050.16304.5864.2956.08
HexD747CC0435101314038
Octal327107314010352046110070
Binary1101011110001111100110001000011101100001001100011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D747CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D747CC; }

 p { color: rgb(215,71,204); }

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

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

 a { background-color: rgb(215,71,204); }

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

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

 span { border-color: rgb(215,71,204); }

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