#D961DD

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

Shades of Free Speech Magenta #D961DD

Tints of Free Speech Magenta #D961DD

Color information

#D961DD (or 0xD961DD) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 61 and DD. RGB value is (217,97,221). Sum of RGB (Red+Green+Blue) = 217+97+221=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #D961DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961DD is #269E22. Grayscale: #929292. Windows color (decimal): -2530851 or 14508505. OLE color: 14508505.

HSL color Cylindrical-coordinate representation of color #D961DD: hue angle of 298.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D961DD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21797221-
CMYK0.020.5600.13
HSL298.06º64.58%62.35%-
HSV(B)298.06º56.11%86.67%-
XYZ45.9428.5271.49-
YUV147.02169.76177.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 97 (38.28% from 255) = 18.13%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=40.56%
G=18.13%
B=41.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217972210.020.5600.13298.0664.5862.35
HexD961DD2380D12a413e
Octal33114133527001545210176
Binary1101100111000011101110110111000011011001010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961DD; }

 p { color: rgb(217,97,221); }

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

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

 a { background-color: rgb(217,97,221); }

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

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

 span { border-color: rgb(217,97,221); }

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