#D961C9

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

Shades of Free Speech Magenta #D961C9

Tints of Free Speech Magenta #D961C9

Color information

#D961C9 (or 0xD961C9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 61 and C9. RGB value is (217,97,201). Sum of RGB (Red+Green+Blue) = 217+97+201=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D961C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961C9 is #269E36. Grayscale: #909090. Windows color (decimal): -2530871 or 13197785. OLE color: 13197785.

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

Color convert

RGB21797201-
CMYK00.550.070.15
HSL308º61.22%61.57%-
HSV(B)308º55.3%85.1%-
XYZ43.4327.5258.28-
YUV144.74159.76179.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 97 (38.28% from 255) = 18.83%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=42.14%
G=18.83%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179720100.550.070.1530861.2261.57
HexD961C90377F1343d3e
Octal3311413110677174647576
Binary1101100111000011100100101101111111111100110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961C9; }

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

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

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

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

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

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

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

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