#D95EDE

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

Shades of Free Speech Magenta #D95EDE

Tints of Free Speech Magenta #D95EDE

Color information

#D95EDE (or 0xD95EDE) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5E and DE. RGB value is (217,94,222). Sum of RGB (Red+Green+Blue) = 217+94+222=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #D95EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EDE is #26A121. Grayscale: #909090. Windows color (decimal): -2531618 or 14573273. OLE color: 14573273.

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

Color convert

RGB21794222-
CMYK0.020.5800.13
HSL297.66º65.98%61.96%-
HSV(B)297.66º57.66%87.06%-
XYZ45.828.0372.1-
YUV145.37171.25179.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 94 (37.11% from 255) = 17.64%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=40.71%
G=17.64%
B=41.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217942220.020.5800.13297.6665.9861.96
HexD95EDE23A0D12a423e
Octal33113633627201545210276
Binary1101100110111101101111010111010011011001010101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95EDE; }

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

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

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

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

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

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

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

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