#D946EA

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

Shades of Free Speech Magenta #D946EA

Tints of Free Speech Magenta #D946EA

Color information

#D946EA (or 0xD946EA) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 46 and EA. RGB value is (217,70,234). Sum of RGB (Red+Green+Blue) = 217+70+234=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #D946EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D946EA is #26B915. Grayscale: #848484. Windows color (decimal): -2537750 or 15353561. OLE color: 15353561.

HSL color Cylindrical-coordinate representation of color #D946EA: hue angle of 293.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D946EA is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21770234-
CMYK0.070.7000.08
HSL293.78º79.61%59.61%-
HSV(B)293.78º70.09%91.76%-
XYZ45.6625.0780.28-
YUV132.65185.2188.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 70 (27.73% from 255) = 13.44%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=41.65%
G=13.44%
B=44.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal217702340.070.7000.08293.7879.6159.61
HexD946EA74608126503c
Octal331106352710601044612074
Binary110110011000110111010101111000110010001001001101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D946EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D946EA; }

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

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

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

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

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

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

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

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