#D44FE6

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

Shades of Free Speech Magenta #D44FE6

Tints of Free Speech Magenta #D44FE6

Color information

#D44FE6 (or 0xD44FE6) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 4F and E6. RGB value is (212,79,230). Sum of RGB (Red+Green+Blue) = 212+79+230=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #D44FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44FE6 is #2BB019. Grayscale: #878787. Windows color (decimal): -2863130 or 15093716. OLE color: 15093716.

HSL color Cylindrical-coordinate representation of color #D44FE6: hue angle of 292.85º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44FE6 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21279230-
CMYK0.080.6600.10
HSL292.85º75.12%60.59%-
HSV(B)292.85º65.65%90.2%-
XYZ44.2325.377.42-
YUV135.98181.06182.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 79 (31.25% from 255) = 15.16%
BLUE value IS 230 (90.23% from 255) = 44.15%
R=40.69%
G=15.16%
B=44.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal212792300.080.6600.10292.8575.1260.59
HexD44FE68420A1254b3d
Octal3241173461010201244511375
Binary1101010010011111110011010001000010010101001001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44FE6; }

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

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

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

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

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

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

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

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