#d444ed

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

Shades of Free Speech Magenta #D444ED

Tints of Free Speech Magenta #D444ED

Color information

#D444ED (or 0xD444ED) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 44 and ED. RGB value is (212,68,237). Sum of RGB (Red+Green+Blue) = 212+68+237=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #D444ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D444ED is #2BBB12. Grayscale: #818181. Windows color (decimal): -2865939 or 15549652. OLE color: 15549652.

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

Color convert

RGB21268237-
CMYK0.110.7100.07
HSL291.12º82.44%59.8%-
HSV(B)291.12º71.31%92.94%-
XYZ44.524.2582.46-
YUV130.32188.21186.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 68 (26.95% from 255) = 13.15%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=41.01%
G=13.15%
B=45.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212682370.110.7100.07291.1282.4459.8
HexD444EDB4707123523c
Octal324104355131070744312274
Binary110101001000100111011011011100011101111001000111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d444ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d444ed; }

 p { color: rgb(212,68,237); }

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

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

 a { background-color: rgb(212,68,237); }

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

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

 span { border-color: rgb(212,68,237); }

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