#D15DDA

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

Shades of Free Speech Magenta #D15DDA

Tints of Free Speech Magenta #D15DDA

Color information

#D15DDA (or 0xD15DDA) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5D and DA. RGB value is (209,93,218). Sum of RGB (Red+Green+Blue) = 209+93+218=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #D15DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DDA is #2EA225. Grayscale: #8D8D8D. Windows color (decimal): -3056166 or 14310865. OLE color: 14310865.

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

Color convert

RGB20993218-
CMYK0.040.5700.15
HSL295.68º62.81%60.98%-
HSV(B)295.68º57.34%85.49%-
XYZ42.8626.4569.18-
YUV141.93170.93175.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 93 (36.72% from 255) = 17.88%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=40.19%
G=17.88%
B=41.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209932180.040.5700.15295.6862.8160.98
HexD15DDA4390F1283f3d
Octal3211353324710174507775
Binary1101000110111011101101010011100101111100101000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15DDA; }

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

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

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

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

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

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

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

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