#D646F6

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

Shades of Free Speech Magenta #D646F6

Tints of Free Speech Magenta #D646F6

Color information

#D646F6 (or 0xD646F6) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 46 and F6. RGB value is (214,70,246). Sum of RGB (Red+Green+Blue) = 214+70+246=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 70 (27.73% from 255 or 13.21% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #D646F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D646F6 is #29B909. Grayscale: #848484. Windows color (decimal): -2734346 or 16139990. OLE color: 16139990.

HSL color Cylindrical-coordinate representation of color #D646F6: hue angle of 289.09º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D646F6 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21470246-
CMYK0.130.7200.04
HSL289.09º90.72%61.96%-
HSV(B)289.09º71.54%96.47%-
XYZ46.5625.3389.62-
YUV133.12191.71185.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 70 (27.73% from 255) = 13.21%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=40.38%
G=13.21%
B=46.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal214702460.130.7200.04289.0990.7261.96
HexD646F6D48041215b3e
Octal326106366151100444113376
Binary110101101000110111101101101100100001001001000011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D646F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D646F6; }

 p { color: rgb(214,70,246); }

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

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

 a { background-color: rgb(214,70,246); }

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

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

 span { border-color: rgb(214,70,246); }

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