#D650D9

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

Shades of Free Speech Magenta #D650D9

Tints of Free Speech Magenta #D650D9

Color information

#D650D9 (or 0xD650D9) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 50 and D9. RGB value is (214,80,217). Sum of RGB (Red+Green+Blue) = 214+80+217=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #D650D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650D9 is #29AF26. Grayscale: #878787. Windows color (decimal): -2731815 or 14242006. OLE color: 14242006.

HSL color Cylindrical-coordinate representation of color #D650D9: hue angle of 298.69º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D650D9 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21480217-
CMYK0.010.6300.15
HSL298.69º64.32%58.24%-
HSV(B)298.69º63.13%85.1%-
XYZ43.1225.0468.21-
YUV135.68173.89183.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 80 (31.64% from 255) = 15.66%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=41.88%
G=15.66%
B=42.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214802170.010.6300.15298.6964.3258.24
HexD650D913F0F12b403a
Octal32612033117701745310072
Binary110101101010000110110011111111011111001010111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D650D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D650D9; }

 p { color: rgb(214,80,217); }

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

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

 a { background-color: rgb(214,80,217); }

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

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

 span { border-color: rgb(214,80,217); }

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