#D95DC7

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

Shades of Free Speech Magenta #D95DC7

Tints of Free Speech Magenta #D95DC7

Color information

#D95DC7 (or 0xD95DC7) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and C7. RGB value is (217,93,199). Sum of RGB (Red+Green+Blue) = 217+93+199=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DC7 is #26A238. Grayscale: #8D8D8D. Windows color (decimal): -2531897 or 13065689. OLE color: 13065689.

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

Color convert

RGB21793199-
CMYK00.570.080.15
HSL308.71º62%60.78%-
HSV(B)308.71º57.14%85.1%-
XYZ42.8426.756.93-
YUV142.16160.08181.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 199 (78.12% from 255) = 39.10%
R=42.63%
G=18.27%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179319900.570.080.15308.716260.78
HexD95DC70398F1353e3d
Octal33113530707110174657675
Binary11011001101110111000111011100110001111100110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DC7; }

 p { color: rgb(217,93,199); }

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

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

 a { background-color: rgb(217,93,199); }

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

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

 span { border-color: rgb(217,93,199); }

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