#D844C9

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

Shades of Free Speech Magenta #D844C9

Tints of Free Speech Magenta #D844C9

Color information

#D844C9 (or 0xD844C9) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 44 and C9. RGB value is (216,68,201). Sum of RGB (Red+Green+Blue) = 216+68+201=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D844C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844C9 is #27BB36. Grayscale: #7F7F7F. Windows color (decimal): -2603831 or 13190360. OLE color: 13190360.

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

Color convert

RGB21668201-
CMYK00.690.070.15
HSL306.08º65.49%55.69%-
HSV(B)306.08º68.52%84.71%-
XYZ40.9322.9557.53-
YUV127.41169.53191.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 68 (26.95% from 255) = 14.02%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=44.54%
G=14.02%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166820100.690.070.15306.0865.4955.69
HexD844C90457F1324138
Octal330104311010571746210170
Binary110110001000100110010010100010111111111001100101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D844C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D844C9; }

 p { color: rgb(216,68,201); }

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

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

 a { background-color: rgb(216,68,201); }

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

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

 span { border-color: rgb(216,68,201); }

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