#d95fe0

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

Shades of Free Speech Magenta #D95FE0

Tints of Free Speech Magenta #D95FE0

Color information

#D95FE0 (or 0xD95FE0) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5F and E0. RGB value is (217,95,224). Sum of RGB (Red+Green+Blue) = 217+95+224=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #D95FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FE0 is #26A01F. Grayscale: #919191. Windows color (decimal): -2531360 or 14704601. OLE color: 14704601.

HSL color Cylindrical-coordinate representation of color #D95FE0: hue angle of 296.74º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95FE0 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21795224-
CMYK0.030.5800.12
HSL296.74º67.54%62.55%-
HSV(B)296.74º57.59%87.84%-
XYZ46.1628.3273.55-
YUV146.18171.92178.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 95 (37.5% from 255) = 17.72%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=40.49%
G=17.72%
B=41.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217952240.030.5800.12296.7467.5462.55
HexD95FE033A0C129443f
Octal33113734037201445110477
Binary1101100110111111110000011111010011001001010011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d95fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d95fe0; }

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

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

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

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

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

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

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

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