#D445F7

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

Shades of Free Speech Magenta #D445F7

Tints of Free Speech Magenta #D445F7

Color information

#D445F7 (or 0xD445F7) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 45 and F7. RGB value is (212,69,247). Sum of RGB (Red+Green+Blue) = 212+69+247=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #D445F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D445F7 is #2BBA08. Grayscale: #838383. Windows color (decimal): -2865673 or 16205268. OLE color: 16205268.

HSL color Cylindrical-coordinate representation of color #D445F7: hue angle of 288.2º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D445F7 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21269247-
CMYK0.140.7200.03
HSL288.2º91.75%61.96%-
HSV(B)288.2º72.06%96.86%-
XYZ46.0724.9790.39-
YUV132.05192.88185.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 69 (27.34% from 255) = 13.07%
BLUE value IS 247 (96.88% from 255) = 46.78%
R=40.15%
G=13.07%
B=46.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal212692470.140.7200.03288.291.7561.96
HexD445F7E48031205c3e
Octal324105367161100344013476
Binary11010100100010111110111111010010000111001000001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445F7; }

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

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

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

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

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

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

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

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