#D940F2

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

Shades of Free Speech Magenta #D940F2

Tints of Free Speech Magenta #D940F2

Color information

#D940F2 (or 0xD940F2) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 40 and F2. RGB value is (217,64,242). Sum of RGB (Red+Green+Blue) = 217+64+242=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #D940F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D940F2 is #26BF0D. Grayscale: #818181. Windows color (decimal): -2539278 or 15876313. OLE color: 15876313.

HSL color Cylindrical-coordinate representation of color #D940F2: hue angle of 291.57º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D940F2 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21764242-
CMYK0.100.7400.05
HSL291.57º87.25%60%-
HSV(B)291.57º73.55%94.9%-
XYZ46.4824.8386.35-
YUV130.04191.19190.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 64 (25.39% from 255) = 12.24%
BLUE value IS 242 (94.92% from 255) = 46.27%
R=41.49%
G=12.24%
B=46.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal217642420.100.7400.05291.5787.2560
HexD940F2A4A05124573c
Octal331100362121120544412774
Binary110110011000000111100101010100101001011001001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D940F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D940F2; }

 p { color: rgb(217,64,242); }

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

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

 a { background-color: rgb(217,64,242); }

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

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

 span { border-color: rgb(217,64,242); }

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