#D759D2

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

Shades of Free Speech Magenta #D759D2

Tints of Free Speech Magenta #D759D2

Color information

#D759D2 (or 0xD759D2) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 59 and D2. RGB value is (215,89,210). Sum of RGB (Red+Green+Blue) = 215+89+210=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D759D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759D2 is #28A62D. Grayscale: #8C8C8C. Windows color (decimal): -2663982 or 13785559. OLE color: 13785559.

HSL color Cylindrical-coordinate representation of color #D759D2: hue angle of 302.38º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D759D2 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB21589210-
CMYK00.590.020.16
HSL302.38º61.17%59.61%-
HSV(B)302.38º58.6%84.31%-
XYZ43.2326.2463.76-
YUV140.47167.24181.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 89 (35.16% from 255) = 17.32%
BLUE value IS 210 (82.42% from 255) = 40.86%
R=41.83%
G=17.32%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158921000.590.020.16302.3861.1759.61
HexD759D203B21012e3d3c
Octal3271313220732204567574
Binary1101011110110011101001001110111010000100101110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D759D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D759D2; }

 p { color: rgb(215,89,210); }

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

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

 a { background-color: rgb(215,89,210); }

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

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

 span { border-color: rgb(215,89,210); }

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