#D44DE4

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

Shades of Free Speech Magenta #D44DE4

Tints of Free Speech Magenta #D44DE4

Color information

#D44DE4 (or 0xD44DE4) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 4D and E4. RGB value is (212,77,228). Sum of RGB (Red+Green+Blue) = 212+77+228=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #D44DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DE4 is #2BB21B. Grayscale: #868686. Windows color (decimal): -2863644 or 14962132. OLE color: 14962132.

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

Color convert

RGB21277228-
CMYK0.070.6600.11
HSL293.64º73.66%59.8%-
HSV(B)293.64º66.23%89.41%-
XYZ43.8124.9175.9-
YUV134.58180.73183.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 77 (30.47% from 255) = 14.89%
BLUE value IS 228 (89.45% from 255) = 44.10%
R=41.01%
G=14.89%
B=44.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212772280.070.6600.11293.6473.6659.8
HexD44DE47420B1264a3c
Octal324115344710201344611274
Binary110101001001101111001001111000010010111001001101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44DE4; }

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

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

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

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

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

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

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

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