#d95fc0

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

Shades of Free Speech Magenta #D95FC0

Tints of Free Speech Magenta #D95FC0

Color information

#D95FC0 (or 0xD95FC0) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5F and C0. RGB value is (217,95,192). Sum of RGB (Red+Green+Blue) = 217+95+192=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FC0 is #26A03F. Grayscale: #8E8E8E. Windows color (decimal): -2531392 or 12607449. OLE color: 12607449.

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

Color convert

RGB21795192-
CMYK00.560.120.15
HSL312.3º61.62%61.18%-
HSV(B)312.3º56.22%85.1%-
XYZ42.2226.7452.81-
YUV142.54155.92181.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 95 (37.5% from 255) = 18.85%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=43.06%
G=18.85%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179519200.560.120.15312.361.6261.18
HexD95FC0038CF1383e3d
Octal33113730007014174707675
Binary11011001101111111000000011100011001111100111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d95fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d95fc0; }

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

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

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

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

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

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

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

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