#D95FC2

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

Shades of Free Speech Magenta #D95FC2

Tints of Free Speech Magenta #D95FC2

Color information

#D95FC2 (or 0xD95FC2) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5F and C2. RGB value is (217,95,194). Sum of RGB (Red+Green+Blue) = 217+95+194=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FC2 is #26A03D. Grayscale: #8E8E8E. Windows color (decimal): -2531390 or 12738521. OLE color: 12738521.

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

Color convert

RGB21795194-
CMYK00.560.110.15
HSL311.31º61.62%61.18%-
HSV(B)311.31º56.22%85.1%-
XYZ42.4526.8353.98-
YUV142.76156.92180.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 95 (37.5% from 255) = 18.77%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=42.89%
G=18.77%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179519400.560.110.15311.3161.6261.18
HexD95FC2038BF1373e3d
Octal33113730207013174677675
Binary11011001101111111000010011100010111111100110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FC2; }

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

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

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

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

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

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

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

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