#D445E1

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

Shades of Free Speech Magenta #D445E1

Tints of Free Speech Magenta #D445E1

Color information

#D445E1 (or 0xD445E1) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 45 and E1. RGB value is (212,69,225). Sum of RGB (Red+Green+Blue) = 212+69+225=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #D445E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D445E1 is #2BBA1E. Grayscale: #818181. Windows color (decimal): -2865695 or 14763476. OLE color: 14763476.

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

Color convert

RGB21269225-
CMYK0.060.6900.12
HSL295º72.22%57.65%-
HSV(B)295º69.33%88.24%-
XYZ42.8723.6973.55-
YUV129.54181.88186.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 69 (27.34% from 255) = 13.64%
BLUE value IS 225 (88.28% from 255) = 44.47%
R=41.90%
G=13.64%
B=44.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212692250.060.6900.1229572.2257.65
HexD445E16450C127483a
Octal324105341610501444711072
Binary110101001000101111000011101000101011001001001111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445E1; }

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

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

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

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

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

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

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

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