#D959C5

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

Shades of Free Speech Magenta #D959C5

Tints of Free Speech Magenta #D959C5

Color information

#D959C5 (or 0xD959C5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 59 and C5. RGB value is (217,89,197). Sum of RGB (Red+Green+Blue) = 217+89+197=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D959C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959C5 is #26A63A. Grayscale: #8B8B8B. Windows color (decimal): -2532923 or 12933593. OLE color: 12933593.

HSL color Cylindrical-coordinate representation of color #D959C5: hue angle of 309.38º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D959C5 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21789197-
CMYK00.590.090.15
HSL309.38º62.75%60%-
HSV(B)309.38º58.99%85.1%-
XYZ42.2725.9355.6-
YUV139.58160.41183.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 89 (35.16% from 255) = 17.69%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=43.14%
G=17.69%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178919700.590.090.15309.3862.7560
HexD959C503B9F1353f3c
Octal33113130507311174657774
Binary11011001101100111000101011101110011111100110101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D959C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D959C5; }

 p { color: rgb(217,89,197); }

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

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

 a { background-color: rgb(217,89,197); }

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

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

 span { border-color: rgb(217,89,197); }

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