#D95DDA

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

Shades of Free Speech Magenta #D95DDA

Tints of Free Speech Magenta #D95DDA

Color information

#D95DDA (or 0xD95DDA) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and DA. RGB value is (217,93,218). Sum of RGB (Red+Green+Blue) = 217+93+218=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #D95DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DDA is #26A225. Grayscale: #8F8F8F. Windows color (decimal): -2531878 or 14310873. OLE color: 14310873.

HSL color Cylindrical-coordinate representation of color #D95DDA: hue angle of 299.52º degrees, saturation: 0.63, 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 #D95DDA is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21793218-
CMYK0.000.5700.15
HSL299.52º62.81%60.98%-
HSV(B)299.52º57.34%85.49%-
XYZ45.1827.6469.28-
YUV144.33169.58179.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 93 (36.72% from 255) = 17.61%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=41.10%
G=17.61%
B=41.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217932180.000.5700.15299.5262.8160.98
HexD95DDA0390F12c3f3d
Octal3311353320710174547775
Binary11011001101110111011010011100101111100101100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DDA; }

 p { color: rgb(217,93,218); }

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

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

 a { background-color: rgb(217,93,218); }

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

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

 span { border-color: rgb(217,93,218); }

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