#D961D4

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

Shades of Free Speech Magenta #D961D4

Tints of Free Speech Magenta #D961D4

Color information

#D961D4 (or 0xD961D4) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 61 and D4. RGB value is (217,97,212). Sum of RGB (Red+Green+Blue) = 217+97+212=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D961D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961D4 is #269E2B. Grayscale: #919191. Windows color (decimal): -2530860 or 13918681. OLE color: 13918681.

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

Color convert

RGB21797212-
CMYK00.550.020.15
HSL302.5º61.22%61.57%-
HSV(B)302.5º55.3%85.1%-
XYZ44.7728.0565.34-
YUV145.99165.26178.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 97 (38.28% from 255) = 18.44%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=41.25%
G=18.44%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179721200.550.020.15302.561.2261.57
HexD961D40372F12e3d3e
Octal3311413240672174567576
Binary110110011100001110101000110111101111100101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961D4; }

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

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

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

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

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

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

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

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