#D246E3

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

Shades of Free Speech Magenta #D246E3

Tints of Free Speech Magenta #D246E3

Color information

#D246E3 (or 0xD246E3) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 46 and E3. RGB value is (210,70,227). Sum of RGB (Red+Green+Blue) = 210+70+227=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #D246E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246E3 is #2DB91C. Grayscale: #818181. Windows color (decimal): -2996509 or 14894802. OLE color: 14894802.

HSL color Cylindrical-coordinate representation of color #D246E3: hue angle of 293.5º 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 #D246E3 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21070227-
CMYK0.070.6900.11
HSL293.5º73.71%58.24%-
HSV(B)293.5º69.16%89.02%-
XYZ42.6323.6374.99-
YUV129.76182.88185.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 70 (27.73% from 255) = 13.81%
BLUE value IS 227 (89.06% from 255) = 44.77%
R=41.42%
G=13.81%
B=44.77%

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
Decimal210702270.070.6900.11293.573.7158.24
HexD246E37450B1264a3a
Octal322106343710501344611272
Binary110100101000110111000111111000101010111001001101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D246E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D246E3; }

 p { color: rgb(210,70,227); }

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

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

 a { background-color: rgb(210,70,227); }

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

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

 span { border-color: rgb(210,70,227); }

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