#D95AE6

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

Shades of Free Speech Magenta #D95AE6

Tints of Free Speech Magenta #D95AE6

Color information

#D95AE6 (or 0xD95AE6) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5A and E6. RGB value is (217,90,230). Sum of RGB (Red+Green+Blue) = 217+90+230=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #D95AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95AE6 is #26A519. Grayscale: #8F8F8F. Windows color (decimal): -2532634 or 15096537. OLE color: 15096537.

HSL color Cylindrical-coordinate representation of color #D95AE6: hue angle of 294.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95AE6 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21790230-
CMYK0.060.6100.10
HSL294.43º73.68%62.75%-
HSV(B)294.43º60.87%90.2%-
XYZ46.5527.7877.77-
YUV143.93176.58180.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 90 (35.55% from 255) = 16.76%
BLUE value IS 230 (90.23% from 255) = 42.83%
R=40.41%
G=16.76%
B=42.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal217902300.060.6100.10294.4373.6862.75
HexD95AE663D0A1264a3f
Octal33113234667501244611277
Binary11011001101101011100110110111101010101001001101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95AE6; }

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

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

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

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

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

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

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

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