#D959DE

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

Shades of Free Speech Magenta #D959DE

Tints of Free Speech Magenta #D959DE

Color information

#D959DE (or 0xD959DE) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 59 and DE. RGB value is (217,89,222). Sum of RGB (Red+Green+Blue) = 217+89+222=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #D959DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959DE is #26A621. Grayscale: #8E8E8E. Windows color (decimal): -2532898 or 14571993. OLE color: 14571993.

HSL color Cylindrical-coordinate representation of color #D959DE: hue angle of 297.74º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D959DE is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21789222-
CMYK0.020.6000.13
HSL297.74º66.83%60.98%-
HSV(B)297.74º59.91%87.06%-
XYZ45.3727.1771.96-
YUV142.43172.91181.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 89 (35.16% from 255) = 16.86%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=41.10%
G=16.86%
B=42.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217892220.020.6000.13297.7466.8360.98
HexD959DE23C0D12a433d
Octal33113133627401545210375
Binary1101100110110011101111010111100011011001010101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D959DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D959DE; }

 p { color: rgb(217,89,222); }

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

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

 a { background-color: rgb(217,89,222); }

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

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

 span { border-color: rgb(217,89,222); }

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