#D95EDD

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

Shades of Free Speech Magenta #D95EDD

Tints of Free Speech Magenta #D95EDD

Color information

#D95EDD (or 0xD95EDD) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5E and DD. RGB value is (217,94,221). Sum of RGB (Red+Green+Blue) = 217+94+221=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #D95EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EDD is #26A122. Grayscale: #909090. Windows color (decimal): -2531619 or 14507737. OLE color: 14507737.

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

Color convert

RGB21794221-
CMYK0.020.5700.13
HSL298.11º65.13%61.76%-
HSV(B)298.11º57.47%86.67%-
XYZ45.6727.9871.4-
YUV145.26170.75179.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 94 (37.11% from 255) = 17.67%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=40.79%
G=17.67%
B=41.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217942210.020.5700.13298.1165.1361.76
HexD95EDD2390D12a413e
Octal33113633527101545210176
Binary1101100110111101101110110111001011011001010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95EDD; }

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

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

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

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

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

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

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

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