#D759C8

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

Shades of Free Speech Magenta #D759C8

Tints of Free Speech Magenta #D759C8

Color information

#D759C8 (or 0xD759C8) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 59 and C8. RGB value is (215,89,200). Sum of RGB (Red+Green+Blue) = 215+89+200=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D759C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759C8 is #28A637. Grayscale: #8B8B8B. Windows color (decimal): -2663992 or 13130199. OLE color: 13130199.

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

Color convert

RGB21589200-
CMYK00.590.070.16
HSL307.14º61.17%59.61%-
HSV(B)307.14º58.6%84.31%-
XYZ42.0225.7657.4-
YUV139.33162.24181.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 89 (35.16% from 255) = 17.66%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=42.66%
G=17.66%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158920000.590.070.16307.1461.1759.61
HexD759C803B7101333d3c
Octal3271313100737204637574
Binary11010111101100111001000011101111110000100110011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D759C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D759C8; }

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

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

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

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

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

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

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

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