#D641F6

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

Shades of Free Speech Magenta #D641F6

Tints of Free Speech Magenta #D641F6

Color information

#D641F6 (or 0xD641F6) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 41 and F6. RGB value is (214,65,246). Sum of RGB (Red+Green+Blue) = 214+65+246=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #D641F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D641F6 is #29BE09. Grayscale: #818181. Windows color (decimal): -2735626 or 16138710. OLE color: 16138710.

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

Color convert

RGB21465246-
CMYK0.130.7400.04
HSL289.39º90.95%60.98%-
HSV(B)289.39º73.58%96.47%-
XYZ46.2624.7389.52-
YUV130.18193.36187.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 65 (25.78% from 255) = 12.38%
BLUE value IS 246 (96.48% from 255) = 46.86%
R=40.76%
G=12.38%
B=46.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal214652460.130.7400.04289.3990.9560.98
HexD641F6D4A041215b3d
Octal326101366151120444113375
Binary110101101000001111101101101100101001001001000011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D641F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D641F6; }

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

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

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

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

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

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

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

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