#d446f1

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

Shades of Free Speech Magenta #D446F1

Tints of Free Speech Magenta #D446F1

Color information

#D446F1 (or 0xD446F1) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 46 and F1. RGB value is (212,70,241). Sum of RGB (Red+Green+Blue) = 212+70+241=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #D446F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446F1 is #2BB90E. Grayscale: #838383. Windows color (decimal): -2865423 or 15812308. OLE color: 15812308.

HSL color Cylindrical-coordinate representation of color #D446F1: hue angle of 289.82º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D446F1 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21270241-
CMYK0.120.7100.05
HSL289.82º85.93%60.98%-
HSV(B)289.82º70.95%94.51%-
XYZ45.2224.7385.61-
YUV131.95189.54185.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 70 (27.73% from 255) = 13.38%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=40.54%
G=13.38%
B=46.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212702410.120.7100.05289.8285.9360.98
HexD446F1C4705122563d
Octal324106361141070544212675
Binary110101001000110111100011100100011101011001000101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d446f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d446f1; }

 p { color: rgb(212,70,241); }

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

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

 a { background-color: rgb(212,70,241); }

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

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

 span { border-color: rgb(212,70,241); }

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