#D95FCC

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

Shades of Free Speech Magenta #D95FCC

Tints of Free Speech Magenta #D95FCC

Color information

#D95FCC (or 0xD95FCC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5F and CC. RGB value is (217,95,204). Sum of RGB (Red+Green+Blue) = 217+95+204=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FCC is #26A033. Grayscale: #8F8F8F. Windows color (decimal): -2531380 or 13393881. OLE color: 13393881.

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

Color convert

RGB21795204-
CMYK00.560.060.15
HSL306.39º61.62%61.18%-
HSV(B)306.39º56.22%85.1%-
XYZ43.6127.360.1-
YUV143.9161.92180.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 95 (37.5% from 255) = 18.41%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=42.05%
G=18.41%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179520400.560.060.15306.3961.6261.18
HexD95FCC0386F1323e3d
Octal3311373140706174627675
Binary1101100110111111100110001110001101111100110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FCC; }

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

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

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

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

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

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

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

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