#D761E8

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

Shades of Free Speech Magenta #D761E8

Tints of Free Speech Magenta #D761E8

Color information

#D761E8 (or 0xD761E8) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 61 and E8. RGB value is (215,97,232). Sum of RGB (Red+Green+Blue) = 215+97+232=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #D761E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D761E8 is #289E17. Grayscale: #939393. Windows color (decimal): -2661912 or 15229399. OLE color: 15229399.

HSL color Cylindrical-coordinate representation of color #D761E8: hue angle of 292.44º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D761E8 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21597232-
CMYK0.070.5800.09
HSL292.44º74.59%64.51%-
HSV(B)292.44º58.19%90.98%-
XYZ46.8628.8279.44-
YUV147.67175.59176.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.52%
GREEN value IS 97 (38.28% from 255) = 17.83%
BLUE value IS 232 (91.02% from 255) = 42.65%
R=39.52%
G=17.83%
B=42.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal215972320.070.5800.09292.4474.5964.51
HexD761E873A091244b41
Octal327141350772011444113101
Binary110101111100001111010001111110100100110010010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D761E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D761E8; }

 p { color: rgb(215,97,232); }

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

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

 a { background-color: rgb(215,97,232); }

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

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

 span { border-color: rgb(215,97,232); }

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