#D760E0

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

Shades of Free Speech Magenta #D760E0

Tints of Free Speech Magenta #D760E0

Color information

#D760E0 (or 0xD760E0) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 60 and E0. RGB value is (215,96,224). Sum of RGB (Red+Green+Blue) = 215+96+224=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #D760E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760E0 is #289F1F. Grayscale: #919191. Windows color (decimal): -2662176 or 14704855. OLE color: 14704855.

HSL color Cylindrical-coordinate representation of color #D760E0: hue angle of 295.78º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D760E0 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21596224-
CMYK0.040.5700.12
HSL295.78º67.37%62.75%-
HSV(B)295.78º57.14%87.84%-
XYZ45.6628.1973.56-
YUV146.17171.92177.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 96 (37.89% from 255) = 17.94%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=40.19%
G=17.94%
B=41.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal215962240.040.5700.12295.7867.3762.75
HexD760E04390C128433f
Octal32714034047101445010377
Binary11010111110000011100000100111001011001001010001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D760E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D760E0; }

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

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

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

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

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

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

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

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