#D95DC2

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

Shades of Free Speech Magenta #D95DC2

Tints of Free Speech Magenta #D95DC2

Color information

#D95DC2 (or 0xD95DC2) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and C2. RGB value is (217,93,194). Sum of RGB (Red+Green+Blue) = 217+93+194=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DC2 is #26A23D. Grayscale: #8D8D8D. Windows color (decimal): -2531902 or 12738009. OLE color: 12738009.

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

Color convert

RGB21793194-
CMYK00.570.110.15
HSL311.13º62%60.78%-
HSV(B)311.13º57.14%85.1%-
XYZ42.2726.4853.92-
YUV141.59157.58181.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 93 (36.72% from 255) = 18.45%
BLUE value IS 194 (76.17% from 255) = 38.49%
R=43.06%
G=18.45%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179319400.570.110.15311.136260.78
HexD95DC2039BF1373e3d
Octal33113530207113174677675
Binary11011001101110111000010011100110111111100110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DC2; }

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

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

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

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

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

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

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

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