#D646F4

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

Shades of Free Speech Magenta #D646F4

Tints of Free Speech Magenta #D646F4

Color information

#D646F4 (or 0xD646F4) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 46 and F4. RGB value is (214,70,244). Sum of RGB (Red+Green+Blue) = 214+70+244=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 70 (27.73% from 255 or 13.26% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #D646F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D646F4 is #29B90B. Grayscale: #848484. Windows color (decimal): -2734348 or 16008918. OLE color: 16008918.

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

Color convert

RGB21470244-
CMYK0.120.7100.04
HSL289.66º88.78%61.57%-
HSV(B)289.66º71.31%95.69%-
XYZ46.2525.2188.02-
YUV132.89190.71185.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 70 (27.73% from 255) = 13.26%
BLUE value IS 244 (95.70% from 255) = 46.21%
R=40.53%
G=13.26%
B=46.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal214702440.120.7100.04289.6688.7861.57
HexD646F4C4704122593e
Octal326106364141070444213176
Binary110101101000110111101001100100011101001001000101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D646F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D646F4; }

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

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

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

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

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

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

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

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