#D95ACE

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

Shades of Free Speech Magenta #D95ACE

Tints of Free Speech Magenta #D95ACE

Color information

#D95ACE (or 0xD95ACE) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5A and CE. RGB value is (217,90,206). Sum of RGB (Red+Green+Blue) = 217+90+206=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ACE is #26A531. Grayscale: #8C8C8C. Windows color (decimal): -2532658 or 13523673. OLE color: 13523673.

HSL color Cylindrical-coordinate representation of color #D95ACE: hue angle of 305.2º 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 #D95ACE is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB21790206-
CMYK00.590.050.15
HSL305.2º62.56%60.2%-
HSV(B)305.2º58.53%85.1%-
XYZ43.4126.5261.22-
YUV141.2164.58182.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 90 (35.55% from 255) = 17.54%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=42.30%
G=17.54%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179020600.590.050.15305.262.5660.2
HexD95ACE03B5F1313f3c
Octal3311323160735174617774
Binary1101100110110101100111001110111011111100110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95ACE; }

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

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

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

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

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

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

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

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