#D759D1

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

Shades of Free Speech Magenta #D759D1

Tints of Free Speech Magenta #D759D1

Color information

#D759D1 (or 0xD759D1) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 59 and D1. RGB value is (215,89,209). Sum of RGB (Red+Green+Blue) = 215+89+209=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D759D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759D1 is #28A62E. Grayscale: #8C8C8C. Windows color (decimal): -2663983 or 13720023. OLE color: 13720023.

HSL color Cylindrical-coordinate representation of color #D759D1: hue angle of 302.86º 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 #D759D1 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB21589209-
CMYK00.590.030.16
HSL302.86º61.17%59.61%-
HSV(B)302.86º58.6%84.31%-
XYZ43.1126.263.11-
YUV140.35166.74181.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 89 (35.16% from 255) = 17.35%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=41.91%
G=17.35%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158920900.590.030.16302.8661.1759.61
HexD759D103B31012f3d3c
Octal3271313210733204577574
Binary1101011110110011101000101110111110000100101111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D759D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D759D1; }

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

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

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

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

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

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

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

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