#D746E6

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

Shades of Free Speech Magenta #D746E6

Tints of Free Speech Magenta #D746E6

Color information

#D746E6 (or 0xD746E6) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 46 and E6. RGB value is (215,70,230). Sum of RGB (Red+Green+Blue) = 215+70+230=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 70 (27.73% from 255 or 13.59% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #D746E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D746E6 is #28B919. Grayscale: #838383. Windows color (decimal): -2668826 or 15091415. OLE color: 15091415.

HSL color Cylindrical-coordinate representation of color #D746E6: hue angle of 294.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D746E6 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21570230-
CMYK0.070.7000.10
HSL294.38º76.19%58.82%-
HSV(B)294.38º69.57%90.2%-
XYZ44.524.5477.25-
YUV131.6183.54187.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 70 (27.73% from 255) = 13.59%
BLUE value IS 230 (90.23% from 255) = 44.66%
R=41.75%
G=13.59%
B=44.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal215702300.070.7000.10294.3876.1958.82
HexD746E67460A1264c3b
Octal327106346710601244611473
Binary110101111000110111001101111000110010101001001101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D746E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D746E6; }

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

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

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

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

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

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

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

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