#D443E1

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

Shades of Free Speech Magenta #D443E1

Tints of Free Speech Magenta #D443E1

Color information

#D443E1 (or 0xD443E1) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 43 and E1. RGB value is (212,67,225). Sum of RGB (Red+Green+Blue) = 212+67+225=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 67 (26.56% from 255 or 13.29% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #D443E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443E1 is #2BBC1E. Grayscale: #7F7F7F. Windows color (decimal): -2866207 or 14762964. OLE color: 14762964.

HSL color Cylindrical-coordinate representation of color #D443E1: hue angle of 295.06º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D443E1 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21267225-
CMYK0.060.7000.12
HSL295.06º72.48%57.25%-
HSV(B)295.06º70.22%88.24%-
XYZ42.7523.4573.51-
YUV128.37182.54187.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.06%
GREEN value IS 67 (26.56% from 255) = 13.29%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=42.06%
G=13.29%
B=44.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212672250.060.7000.12295.0672.4857.25
HexD443E16460C1274839
Octal324103341610601444711071
Binary110101001000011111000011101000110011001001001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D443E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D443E1; }

 p { color: rgb(212,67,225); }

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

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

 a { background-color: rgb(212,67,225); }

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

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

 span { border-color: rgb(212,67,225); }

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