#D946DD

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

Shades of Free Speech Magenta #D946DD

Tints of Free Speech Magenta #D946DD

Color information

#D946DD (or 0xD946DD) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 46 and DD. RGB value is (217,70,221). Sum of RGB (Red+Green+Blue) = 217+70+221=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #D946DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946DD is #26B922. Grayscale: #828282. Windows color (decimal): -2537763 or 14501593. OLE color: 14501593.

HSL color Cylindrical-coordinate representation of color #D946DD: hue angle of 298.41º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D946DD is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21770221-
CMYK0.020.6800.13
HSL298.41º68.95%57.06%-
HSV(B)298.41º68.33%86.67%-
XYZ43.8624.3570.8-
YUV131.17178.7189.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 70 (27.73% from 255) = 13.78%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=42.72%
G=13.78%
B=43.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217702210.020.6800.13298.4168.9557.06
HexD946DD2440D12a4539
Octal331106335210401545210571
Binary11011001100011011011101101000100011011001010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D946DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D946DD; }

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

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

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

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

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

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

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

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