#D15CD8

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

Shades of Free Speech Magenta #D15CD8

Tints of Free Speech Magenta #D15CD8

Color information

#D15CD8 (or 0xD15CD8) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5C and D8. RGB value is (209,92,216). Sum of RGB (Red+Green+Blue) = 209+92+216=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #D15CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CD8 is #2EA327. Grayscale: #8C8C8C. Windows color (decimal): -3056424 or 14179537. OLE color: 14179537.

HSL color Cylindrical-coordinate representation of color #D15CD8: hue angle of 296.61º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15CD8 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20992216-
CMYK0.030.5700.15
HSL296.61º61.39%60.39%-
HSV(B)296.61º57.41%84.71%-
XYZ42.5226.1767.78-
YUV141.12170.26176.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 92 (36.33% from 255) = 17.79%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=40.43%
G=17.79%
B=41.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209922160.030.5700.15296.6161.3960.39
HexD15CD83390F1293d3c
Octal3211343303710174517574
Binary110100011011100110110001111100101111100101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CD8; }

 p { color: rgb(209,92,216); }

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

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

 a { background-color: rgb(209,92,216); }

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

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

 span { border-color: rgb(209,92,216); }

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