#D746D4

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

Shades of Free Speech Magenta #D746D4

Tints of Free Speech Magenta #D746D4

Color information

#D746D4 (or 0xD746D4) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 46 and D4. RGB value is (215,70,212). Sum of RGB (Red+Green+Blue) = 215+70+212=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D746D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746D4 is #28B92B. Grayscale: #818181. Windows color (decimal): -2668844 or 13911767. OLE color: 13911767.

HSL color Cylindrical-coordinate representation of color #D746D4: hue angle of 301.24º 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 #D746D4 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB21570212-
CMYK00.670.010.16
HSL301.24º64.44%55.88%-
HSV(B)301.24º67.44%84.31%-
XYZ42.123.5864.62-
YUV129.54174.54188.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 70 (27.73% from 255) = 14.08%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=43.26%
G=14.08%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157021200.670.010.16301.2464.4455.88
HexD746D404311012d4038
Octal327106324010312045510070
Binary11010111100011011010100010000111100001001011011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D746D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D746D4; }

 p { color: rgb(215,70,212); }

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

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

 a { background-color: rgb(215,70,212); }

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

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

 span { border-color: rgb(215,70,212); }

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