#D759CE

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

Shades of Free Speech Magenta #D759CE

Tints of Free Speech Magenta #D759CE

Color information

#D759CE (or 0xD759CE) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 59 and CE. RGB value is (215,89,206). Sum of RGB (Red+Green+Blue) = 215+89+206=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D759CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759CE is #28A631. Grayscale: #8B8B8B. Windows color (decimal): -2663986 or 13523415. OLE color: 13523415.

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

Color convert

RGB21589206-
CMYK00.590.040.16
HSL304.29º61.17%59.61%-
HSV(B)304.29º58.6%84.31%-
XYZ42.7426.0561.17-
YUV140.01165.24181.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 89 (35.16% from 255) = 17.45%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=42.16%
G=17.45%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158920600.590.040.16304.2961.1759.61
HexD759CE03B4101303d3c
Octal3271313160734204607574
Binary11010111101100111001110011101110010000100110000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D759CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D759CE; }

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

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

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

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

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

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

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

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