#D44FE2

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

Shades of Free Speech Magenta #D44FE2

Tints of Free Speech Magenta #D44FE2

Color information

#D44FE2 (or 0xD44FE2) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 4F and E2. RGB value is (212,79,226). Sum of RGB (Red+Green+Blue) = 212+79+226=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #D44FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FE2 is #2BB01D. Grayscale: #878787. Windows color (decimal): -2863134 or 14831572. OLE color: 14831572.

HSL color Cylindrical-coordinate representation of color #D44FE2: hue angle of 294.29º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44FE2 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21279226-
CMYK0.060.6500.11
HSL294.29º71.71%59.8%-
HSV(B)294.29º65.04%88.63%-
XYZ43.6725.0874.49-
YUV135.52179.06182.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 79 (31.25% from 255) = 15.28%
BLUE value IS 226 (88.67% from 255) = 43.71%
R=41.01%
G=15.28%
B=43.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212792260.060.6500.11294.2971.7159.8
HexD44FE26410B126483c
Octal324117342610101344611074
Binary110101001001111111000101101000001010111001001101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44FE2; }

 p { color: rgb(212,79,226); }

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

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

 a { background-color: rgb(212,79,226); }

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

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

 span { border-color: rgb(212,79,226); }

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