#D159D5

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

Shades of Free Speech Magenta #D159D5

Tints of Free Speech Magenta #D159D5

Color information

#D159D5 (or 0xD159D5) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 59 and D5. RGB value is (209,89,213). Sum of RGB (Red+Green+Blue) = 209+89+213=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #D159D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159D5 is #2EA62A. Grayscale: #8A8A8A. Windows color (decimal): -3057195 or 13982161. OLE color: 13982161.

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

Color convert

RGB20989213-
CMYK0.020.5800.16
HSL298.06º59.62%59.22%-
HSV(B)298.06º58.22%83.53%-
XYZ41.8825.565.67-
YUV139.02169.76177.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 89 (35.16% from 255) = 17.42%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=40.90%
G=17.42%
B=41.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209892130.020.5800.16298.0659.6259.22
HexD159D523A01012a3c3b
Octal3211313252720204527473
Binary1101000110110011101010110111010010000100101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D159D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D159D5; }

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

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

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

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

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

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

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

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