#D44DF2

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

Shades of Free Speech Magenta #D44DF2

Tints of Free Speech Magenta #D44DF2

Color information

#D44DF2 (or 0xD44DF2) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 4D and F2. RGB value is (212,77,242). Sum of RGB (Red+Green+Blue) = 212+77+242=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #D44DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44DF2 is #2BB20D. Grayscale: #878787. Windows color (decimal): -2863630 or 15879636. OLE color: 15879636.

HSL color Cylindrical-coordinate representation of color #D44DF2: hue angle of 289.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44DF2 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21277242-
CMYK0.120.6800.05
HSL289.09º86.39%62.55%-
HSV(B)289.09º68.18%94.9%-
XYZ45.8325.7286.55-
YUV136.17187.73182.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 77 (30.47% from 255) = 14.50%
BLUE value IS 242 (94.92% from 255) = 45.57%
R=39.92%
G=14.50%
B=45.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212772420.120.6800.05289.0986.3962.55
HexD44DF2C4405121563f
Octal324115362141040544112677
Binary110101001001101111100101100100010001011001000011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44DF2; }

 p { color: rgb(212,77,242); }

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

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

 a { background-color: rgb(212,77,242); }

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

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

 span { border-color: rgb(212,77,242); }

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