#D760D9

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

Shades of Free Speech Magenta #D760D9

Tints of Free Speech Magenta #D760D9

Color information

#D760D9 (or 0xD760D9) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 60 and D9. RGB value is (215,96,217). Sum of RGB (Red+Green+Blue) = 215+96+217=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #D760D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760D9 is #289F26. Grayscale: #919191. Windows color (decimal): -2662183 or 14246103. OLE color: 14246103.

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

Color convert

RGB21596217-
CMYK0.010.5600.15
HSL299.01º61.42%61.37%-
HSV(B)299.01º55.76%85.1%-
XYZ44.7327.8268.66-
YUV145.38168.42177.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 96 (37.89% from 255) = 18.18%
BLUE value IS 217 (85.16% from 255) = 41.10%
R=40.72%
G=18.18%
B=41.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215962170.010.5600.15299.0161.4261.37
HexD760D91380F12b3d3d
Octal3271403311700174537575
Binary11010111110000011011001111100001111100101011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D760D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D760D9; }

 p { color: rgb(215,96,217); }

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

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

 a { background-color: rgb(215,96,217); }

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

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

 span { border-color: rgb(215,96,217); }

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