#D656D8

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

Shades of Free Speech Magenta #D656D8

Tints of Free Speech Magenta #D656D8

Color information

#D656D8 (or 0xD656D8) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 56 and D8. RGB value is (214,86,216). Sum of RGB (Red+Green+Blue) = 214+86+216=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #D656D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656D8 is #29A927. Grayscale: #8A8A8A. Windows color (decimal): -2730280 or 14178006. OLE color: 14178006.

HSL color Cylindrical-coordinate representation of color #D656D8: hue angle of 299.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D656D8 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21486216-
CMYK0.010.6000.15
HSL299.08º62.5%59.22%-
HSV(B)299.08º60.19%84.71%-
XYZ43.4525.9167.68-
YUV139.09171.41181.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 86 (33.98% from 255) = 16.67%
BLUE value IS 216 (84.77% from 255) = 41.86%
R=41.47%
G=16.67%
B=41.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214862160.010.6000.15299.0862.559.22
HexD656D813C0F12b3e3b
Octal3261263301740174537673
Binary11010110101011011011000111110001111100101011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D656D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D656D8; }

 p { color: rgb(214,86,216); }

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

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

 a { background-color: rgb(214,86,216); }

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

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

 span { border-color: rgb(214,86,216); }

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