#D95FD8

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

Shades of Free Speech Magenta #D95FD8

Tints of Free Speech Magenta #D95FD8

Color information

#D95FD8 (or 0xD95FD8) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5F and D8. RGB value is (217,95,216). Sum of RGB (Red+Green+Blue) = 217+95+216=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FD8 is #26A027. Grayscale: #909090. Windows color (decimal): -2531368 or 14180313. OLE color: 14180313.

HSL color Cylindrical-coordinate representation of color #D95FD8: hue angle of 300.49º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D95FD8 is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB21795216-
CMYK00.560.000.15
HSL300.49º61.62%61.18%-
HSV(B)300.49º56.22%85.1%-
XYZ45.127.8967.97-
YUV145.27167.92179.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 95 (37.5% from 255) = 17.99%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=41.10%
G=17.99%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179521600.560.000.15300.4961.6261.18
HexD95FD80380F12c3e3d
Octal3311373300700174547675
Binary11011001101111111011000011100001111100101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FD8; }

 p { color: rgb(217,95,216); }

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

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

 a { background-color: rgb(217,95,216); }

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

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

 span { border-color: rgb(217,95,216); }

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