#D644F9

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

Shades of Free Speech Magenta #D644F9

Tints of Free Speech Magenta #D644F9

Color information

#D644F9 (or 0xD644F9) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 44 and F9. RGB value is (214,68,249). Sum of RGB (Red+Green+Blue) = 214+68+249=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 68 (26.95% from 255 or 12.81% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #D644F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D644F9 is #29BB06. Grayscale: #838383. Windows color (decimal): -2734855 or 16336086. OLE color: 16336086.

HSL color Cylindrical-coordinate representation of color #D644F9: hue angle of 288.4º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D644F9 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21468249-
CMYK0.140.7300.02
HSL288.4º93.78%62.16%-
HSV(B)288.4º72.69%97.65%-
XYZ46.925.2792.03-
YUV132.29193.87186.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 68 (26.95% from 255) = 12.81%
BLUE value IS 249 (97.66% from 255) = 46.89%
R=40.30%
G=12.81%
B=46.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214682490.140.7300.02288.493.7862.16
HexD644F9E49021205e3e
Octal326104371161110244013676
Binary11010110100010011111001111010010010101001000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D644F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D644F9; }

 p { color: rgb(214,68,249); }

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

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

 a { background-color: rgb(214,68,249); }

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

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

 span { border-color: rgb(214,68,249); }

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