#D759CD

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

Shades of Free Speech Magenta #D759CD

Tints of Free Speech Magenta #D759CD

Color information

#D759CD (or 0xD759CD) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 59 and CD. RGB value is (215,89,205). Sum of RGB (Red+Green+Blue) = 215+89+205=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D759CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759CD is #28A632. Grayscale: #8B8B8B. Windows color (decimal): -2663987 or 13457879. OLE color: 13457879.

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

Color convert

RGB21589205-
CMYK00.590.050.16
HSL304.76º61.17%59.61%-
HSV(B)304.76º58.6%84.31%-
XYZ42.622660.53-
YUV139.9164.74181.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 89 (35.16% from 255) = 17.49%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=42.24%
G=17.49%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158920500.590.050.16304.7661.1759.61
HexD759CD03B5101313d3c
Octal3271313150735204617574
Binary11010111101100111001101011101110110000100110001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D759CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D759CD; }

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

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

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

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

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

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

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

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