#D949C9

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

Shades of Free Speech Magenta #D949C9

Tints of Free Speech Magenta #D949C9

Color information

#D949C9 (or 0xD949C9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 49 and C9. RGB value is (217,73,201). Sum of RGB (Red+Green+Blue) = 217+73+201=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D949C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949C9 is #26B636. Grayscale: #828282. Windows color (decimal): -2537015 or 13191641. OLE color: 13191641.

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

Color convert

RGB21773201-
CMYK00.660.070.15
HSL306.67º65.45%56.86%-
HSV(B)306.67º66.36%85.1%-
XYZ41.5423.7357.65-
YUV130.65167.71189.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 73 (28.91% from 255) = 14.87%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=44.20%
G=14.87%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177320100.660.070.15306.6765.4556.86
HexD949C90427F1334139
Octal331111311010271746310171
Binary110110011001001110010010100001011111111001100111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D949C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D949C9; }

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

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

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

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

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

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

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

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