#D961E6

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

Shades of Free Speech Magenta #D961E6

Tints of Free Speech Magenta #D961E6

Color information

#D961E6 (or 0xD961E6) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 61 and E6. RGB value is (217,97,230). Sum of RGB (Red+Green+Blue) = 217+97+230=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #D961E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961E6 is #269E19. Grayscale: #939393. Windows color (decimal): -2530842 or 15098329. OLE color: 15098329.

HSL color Cylindrical-coordinate representation of color #D961E6: hue angle of 294.14º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D961E6 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21797230-
CMYK0.060.5800.10
HSL294.14º72.68%64.12%-
HSV(B)294.14º57.83%90.2%-
XYZ47.1729.0177.98-
YUV148.04174.26177.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 97 (38.28% from 255) = 17.83%
BLUE value IS 230 (90.23% from 255) = 42.28%
R=39.89%
G=17.83%
B=42.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal217972300.060.5800.10294.1472.6864.12
HexD961E663A0A1264940
Octal331141346672012446111100
Binary110110011100001111001101101110100101010010011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961E6; }

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

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

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

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

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

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

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

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