#D95ECD

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

Shades of Free Speech Magenta #D95ECD

Tints of Free Speech Magenta #D95ECD

Color information

#D95ECD (or 0xD95ECD) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5E and CD. RGB value is (217,94,205). Sum of RGB (Red+Green+Blue) = 217+94+205=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ECD is #26A132. Grayscale: #8F8F8F. Windows color (decimal): -2531635 or 13459161. OLE color: 13459161.

HSL color Cylindrical-coordinate representation of color #D95ECD: hue angle of 305.85º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95ECD is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21794205-
CMYK00.570.060.15
HSL305.85º61.81%60.98%-
HSV(B)305.85º56.68%85.1%-
XYZ43.6427.1660.7-
YUV143.43162.75180.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 94 (37.11% from 255) = 18.22%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=42.05%
G=18.22%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179420500.570.060.15305.8561.8160.98
HexD95ECD0396F1323e3d
Octal3311363150716174627675
Binary1101100110111101100110101110011101111100110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95ECD; }

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

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

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

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

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

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

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

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