#D15DD5

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

Shades of Free Speech Magenta #D15DD5

Tints of Free Speech Magenta #D15DD5

Color information

#D15DD5 (or 0xD15DD5) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5D and D5. RGB value is (209,93,213). Sum of RGB (Red+Green+Blue) = 209+93+213=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #D15DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DD5 is #2EA22A. Grayscale: #8D8D8D. Windows color (decimal): -3056171 or 13983185. OLE color: 13983185.

HSL color Cylindrical-coordinate representation of color #D15DD5: hue angle of 298º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15DD5 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20993213-
CMYK0.020.5600.16
HSL298º58.82%60%-
HSV(B)298º56.34%83.53%-
XYZ42.2226.1965.78-
YUV141.36168.43176.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 93 (36.72% from 255) = 18.06%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=40.58%
G=18.06%
B=41.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209932130.020.5600.1629858.8260
HexD15DD523801012a3b3c
Octal3211353252700204527374
Binary1101000110111011101010110111000010000100101010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15DD5; }

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

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

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

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

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

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

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

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