#D95ADE

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

Shades of Free Speech Magenta #D95ADE

Tints of Free Speech Magenta #D95ADE

Color information

#D95ADE (or 0xD95ADE) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5A and DE. RGB value is (217,90,222). Sum of RGB (Red+Green+Blue) = 217+90+222=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #D95ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ADE is #26A521. Grayscale: #8E8E8E. Windows color (decimal): -2532642 or 14572249. OLE color: 14572249.

HSL color Cylindrical-coordinate representation of color #D95ADE: hue angle of 297.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95ADE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21790222-
CMYK0.020.5900.13
HSL297.73º66.67%61.18%-
HSV(B)297.73º59.46%87.06%-
XYZ45.4627.3471.99-
YUV143.02172.58180.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 90 (35.55% from 255) = 17.01%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=41.02%
G=17.01%
B=41.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217902220.020.5900.13297.7366.6761.18
HexD95ADE23B0D12a433d
Octal33113233627301545210375
Binary1101100110110101101111010111011011011001010101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95ADE; }

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

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

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

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

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

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

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

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