#D961D3

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

Shades of Free Speech Magenta #D961D3

Tints of Free Speech Magenta #D961D3

Color information

#D961D3 (or 0xD961D3) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 61 and D3. RGB value is (217,97,211). Sum of RGB (Red+Green+Blue) = 217+97+211=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D961D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961D3 is #269E2C. Grayscale: #919191. Windows color (decimal): -2530861 or 13853145. OLE color: 13853145.

HSL color Cylindrical-coordinate representation of color #D961D3: hue angle of 303º 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 #D961D3 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB21797211-
CMYK00.550.030.15
HSL303º61.22%61.57%-
HSV(B)303º55.3%85.1%-
XYZ44.652864.68-
YUV145.88164.76178.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 97 (38.28% from 255) = 18.48%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=41.33%
G=18.48%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179721100.550.030.1530361.2261.57
HexD961D30373F12f3d3e
Octal3311413230673174577576
Binary110110011100001110100110110111111111100101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961D3; }

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

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

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

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

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

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

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

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