#D95AD0

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

Shades of Free Speech Magenta #D95AD0

Tints of Free Speech Magenta #D95AD0

Color information

#D95AD0 (or 0xD95AD0) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5A and D0. RGB value is (217,90,208). Sum of RGB (Red+Green+Blue) = 217+90+208=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95AD0 is #26A52F. Grayscale: #8D8D8D. Windows color (decimal): -2532656 or 13654745. OLE color: 13654745.

HSL color Cylindrical-coordinate representation of color #D95AD0: hue angle of 304.25º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95AD0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB21790208-
CMYK00.590.040.15
HSL304.25º62.56%60.2%-
HSV(B)304.25º58.53%85.1%-
XYZ43.6626.6262.51-
YUV141.42165.58181.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=42.14%
G=17.48%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179020800.590.040.15304.2562.5660.2
HexD95AD003B4F1303f3c
Octal3311323200734174607774
Binary1101100110110101101000001110111001111100110000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95AD0; }

 p { color: rgb(217,90,208); }

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

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

 a { background-color: rgb(217,90,208); }

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

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

 span { border-color: rgb(217,90,208); }

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