#D961CD

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

Shades of Free Speech Magenta #D961CD

Tints of Free Speech Magenta #D961CD

Color information

#D961CD (or 0xD961CD) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 61 and CD. RGB value is (217,97,205). Sum of RGB (Red+Green+Blue) = 217+97+205=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D961CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961CD is #269E32. Grayscale: #909090. Windows color (decimal): -2530867 or 13459929. OLE color: 13459929.

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

Color convert

RGB21797205-
CMYK00.550.060.15
HSL306º61.22%61.57%-
HSV(B)306º55.3%85.1%-
XYZ43.9127.7160.79-
YUV145.19161.76179.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=41.81%
G=18.69%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179720500.550.060.1530661.2261.57
HexD961CD0376F1323d3e
Octal3311413150676174627576
Binary1101100111000011100110101101111101111100110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961CD; }

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

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

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

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

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

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

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

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