#D95FCA

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

Shades of Free Speech Magenta #D95FCA

Tints of Free Speech Magenta #D95FCA

Color information

#D95FCA (or 0xD95FCA) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5F and CA. RGB value is (217,95,202). Sum of RGB (Red+Green+Blue) = 217+95+202=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FCA is #26A035. Grayscale: #8F8F8F. Windows color (decimal): -2531382 or 13262809. OLE color: 13262809.

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

Color convert

RGB21795202-
CMYK00.560.070.15
HSL307.38º61.62%61.18%-
HSV(B)307.38º56.22%85.1%-
XYZ43.3727.258.84-
YUV143.68160.92180.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.22%
GREEN value IS 95 (37.5% from 255) = 18.48%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=42.22%
G=18.48%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179520200.560.070.15307.3861.6261.18
HexD95FCA0387F1333e3d
Octal3311373120707174637675
Binary1101100110111111100101001110001111111100110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FCA; }

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

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

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

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

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

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

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

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