#D947C9

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

Shades of Free Speech Magenta #D947C9

Tints of Free Speech Magenta #D947C9

Color information

#D947C9 (or 0xD947C9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 47 and C9. RGB value is (217,71,201). Sum of RGB (Red+Green+Blue) = 217+71+201=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D947C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947C9 is #26B836. Grayscale: #818181. Windows color (decimal): -2537527 or 13191129. OLE color: 13191129.

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

Color convert

RGB21771201-
CMYK00.670.070.15
HSL306.58º65.77%56.47%-
HSV(B)306.58º67.28%85.1%-
XYZ41.4123.4857.61-
YUV129.47168.37190.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 71 (28.12% from 255) = 14.52%
BLUE value IS 201 (78.91% from 255) = 41.10%
R=44.38%
G=14.52%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177120100.670.070.15306.5865.7756.47
HexD947C90437F1334238
Octal331107311010371746310270
Binary110110011000111110010010100001111111111001100111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D947C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D947C9; }

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

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

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

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

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

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

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

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