#D95FD7

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

Shades of Free Speech Magenta #D95FD7

Tints of Free Speech Magenta #D95FD7

Color information

#D95FD7 (or 0xD95FD7) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5F and D7. RGB value is (217,95,215). Sum of RGB (Red+Green+Blue) = 217+95+215=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FD7 is #26A028. Grayscale: #909090. Windows color (decimal): -2531369 or 14114777. OLE color: 14114777.

HSL color Cylindrical-coordinate representation of color #D95FD7: hue angle of 300.98º 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 #D95FD7 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB21795215-
CMYK00.560.010.15
HSL300.98º61.62%61.18%-
HSV(B)300.98º56.22%85.1%-
XYZ44.9727.8467.29-
YUV145.16167.42179.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 95 (37.5% from 255) = 18.03%
BLUE value IS 215 (84.38% from 255) = 40.80%
R=41.18%
G=18.03%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179521500.560.010.15300.9861.6261.18
HexD95FD70381F12d3e3d
Octal3311373270701174557675
Binary11011001101111111010111011100011111100101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FD7; }

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

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

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

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

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

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

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

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