#D946C7

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

Shades of Free Speech Magenta #D946C7

Tints of Free Speech Magenta #D946C7

Color information

#D946C7 (or 0xD946C7) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 46 and C7. RGB value is (217,70,199). Sum of RGB (Red+Green+Blue) = 217+70+199=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D946C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946C7 is #26B938. Grayscale: #808080. Windows color (decimal): -2537785 or 13059801. OLE color: 13059801.

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

Color convert

RGB21770199-
CMYK00.680.080.15
HSL307.35º65.92%56.27%-
HSV(B)307.35º67.74%85.1%-
XYZ41.1123.2656.35-
YUV128.66167.7191.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 70 (27.73% from 255) = 14.40%
BLUE value IS 199 (78.12% from 255) = 40.95%
R=44.65%
G=14.40%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177019900.680.080.15307.3565.9256.27
HexD946C70448F1334238
Octal3311063070104101746310270
Binary1101100110001101100011101000100100011111001100111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D946C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D946C7; }

 p { color: rgb(217,70,199); }

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

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

 a { background-color: rgb(217,70,199); }

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

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

 span { border-color: rgb(217,70,199); }

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